summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaesung Chung <jaesung@google.com>2016-01-26 03:06:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-01-26 03:06:04 +0000
commitc1a6aaebe86b427fefbc72fdca28e96aa15c9ba1 (patch)
tree5487f58d9136b13ba8866485329ef63530e1c6bc
parent8d4868eb8368074ee3635646296899a03ea10cca (diff)
parent8c994bfaa3233aa3f018c5664444b0ec65fafadd (diff)
downloadjhead-c1a6aaebe86b427fefbc72fdca28e96aa15c9ba1.tar.gz
Merge "Fix compile warnings"
-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);