diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-01-26 14:13:25 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-01-26 14:13:25 +0100 |
commit | c7cffca26b92eeb863b636b688358cde5e1f1807 (patch) | |
tree | b74f4ce10a0e894f50daac8a2b887ab66867d461 | |
parent | 9ceebf565f93c35617f1051ae40bb72489526da3 (diff) | |
download | fbida-c7cffca26b92eeb863b636b688358cde5e1f1807.tar.gz |
whitespace cleanup
-rw-r--r-- | exiftran.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,7 +61,7 @@ static int dump_file(FILE *out, char *filename) fprintf(out,"%s\n",filename); dump_exif(out,ed); fprintf(out,"--\n"); - + exif_data_unref (ed); return 0; } @@ -171,7 +171,7 @@ int main(int argc, char *argv[]) exit(1); } break; - + case 'c': flags |= JFLAG_UPDATE_COMMENT; comment = optarg; |