diff options
author | David Crosby <dave@dafyddcrosby.com> | 2015-07-22 04:24:00 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2015-08-11 12:59:27 +0000 |
commit | a00c90930b3bbcc7f1681bd189cb74dbf6890255 (patch) | |
tree | 0341559bfcf0e4926f4284d2031c427543d76e7b | |
parent | Initialize new_tabwidth at declaration (diff) | |
download | w3m-a00c90930b3bbcc7f1681bd189cb74dbf6890255.tar.gz w3m-a00c90930b3bbcc7f1681bd189cb74dbf6890255.zip |
use int for c
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1266,7 +1266,7 @@ static void dump_source(Buffer *buf) { FILE *f; - char c; + int c; if (buf->sourcefile == NULL) return; f = fopen(buf->sourcefile, "r"); |