Remove printf.

SVN revision: 30026
This commit is contained in:
titan 2007-05-18 21:47:24 +00:00 committed by titan
parent fac0f67dfc
commit d7dfb6fc11
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ static void save_image(Ewl_Widget *w, void *event, void *data)
snprintf(flags, PATH_MAX, "quality=%.0f", jvalue);
}
printf("%s\n", flags);
if(!file) return;
if(VISIBLE(em->eimage))