aboutsummaryrefslogtreecommitdiff
path: root/src/JPEG.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/JPEG.c')
-rw-r--r--src/JPEG.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/JPEG.c b/src/JPEG.c
index 4632437..588facc 100644
--- a/src/JPEG.c
+++ b/src/JPEG.c
@@ -254,7 +254,7 @@ void AutoColorDataSlice(int nx,int ny, /* size of the image x & y */
}
}
-#ifdef 0
+#if 0
int main(int argc,char *argv[]){
/* OK, lets create a bogus image */
int nx=512,ny=512;