Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/epeg

Dir     : e17/libs/epeg/src/bin


Modified Files:
        epeg_main.c 


Log Message:
fixed some compiler warnings
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/epeg/src/bin/epeg_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- epeg_main.c 27 Jul 2005 00:29:50 -0000      1.7
+++ epeg_main.c 30 Jul 2005 10:37:58 -0000      1.8
@@ -24,10 +24,10 @@
 {
     printf("Usage: %s [options] input.jpg thumb.jpg\n"
           " -v,  --verbose\n"
-          " -w,  --width=<width>[%]   set thumbnail width [% of input]\n"
-          " -h,  --height=<heigth>[%] set thumbnail heigth [% of input]\n"
-          " -m,  --max=<maximum>      reduce max(w,h) to maximum, with aspect 
preserved\n"
-          " -c,  --comment=<comment>  put a comment in thumbnail\n", myname);
+          " -w,  --width=<width>[%%]   set thumbnail width [%% of input]\n"
+          " -h,  --height=<heigth>[%%] set thumbnail heigth [%% of input]\n"
+          " -m,  --max=<maximum>       reduce max(w,h) to maximum, with aspect 
preserved\n"
+          " -c,  --comment=<comment>   put a comment in thumbnail\n", myname);
     exit(0);
 }
 
@@ -135,7 +135,6 @@
        }
 
        if (max_dimension > 0) {
-          int m;
           if (w > h) {
               thumb_width = max_dimension;
               thumb_height = max_dimension * h / w;




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to