diff options
| author | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-15 01:24:09 +0100 |
|---|---|---|
| committer | gottox@rootkit.lan <gottox@rootkit.lan> | 2007-12-15 01:24:09 +0100 |
| commit | 92eb29f9eda3c1ed1adf52b2bb78a84ea37498f7 (patch) | |
| tree | b2bb1f734887b402442d8c6d25aefd6db0661d04 /cmarkdown.c | |
| parent | ec12d3a3b2623baf4cd457fe9122ae081f2cd783 (diff) | |
Correcting newlines; Correcting Makefile
Diffstat (limited to 'cmarkdown.c')
| -rw-r--r-- | cmarkdown.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmarkdown.c b/cmarkdown.c index 851b156..8877d16 100644 --- a/cmarkdown.c +++ b/cmarkdown.c @@ -518,8 +518,6 @@ main(int argc, char *argv[]) { eprint("Malloc failed."); bsize = BUFFERSIZE; buffer[0] = '\0'; - - p = buffer+strlen(buffer); while((s = fread(p, sizeof(char),BUFFERSIZE, source))) { p += s; |