summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjpgfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpgfile.c b/jpgfile.c
index 214c888..8cc8125 100755
--- a/jpgfile.c
+++ b/jpgfile.c
@@ -816,7 +816,7 @@ int WriteJpegFile(const char * FileName)
}
int writeOk = FALSE;
- int nWrite = 0;
+ size_t nWrite = 0;
// Write all the misc sections
for (a=0;a<SectionsRead-1;a++){
fputc(0xff,outfile);