diff options
author | corvid <corvid@lavabit.com> | 2012-10-17 22:19:34 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-10-17 22:19:34 +0000 |
commit | ee0b5ad5b41d8af441bbdb19e090a4fe141ba413 (patch) | |
tree | ff8e5f6f83fc3314968f04373c356a8d03e55617 /src/jpeg.c | |
parent | f87a0d5da0a1bcd4e495abead5f31b234ca3f823 (diff) |
rm forward declaration
Diffstat (limited to 'src/jpeg.c')
-rw-r--r-- | src/jpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -80,7 +80,6 @@ typedef struct DilloJpeg { * Forward declarations */ static void Jpeg_write(DilloJpeg *jpeg, void *Buf, uint_t BufSize); -METHODDEF(void) Jpeg_errorexit (j_common_ptr cinfo); /* this is the routine called by libjpeg when it detects an error. */ |