summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/raw/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/raw/parse.c')
-rw-r--r--tdefile-plugins/raw/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefile-plugins/raw/parse.c b/tdefile-plugins/raw/parse.c
index a256f04e..4f7e8dc1 100644
--- a/tdefile-plugins/raw/parse.c
+++ b/tdefile-plugins/raw/parse.c
@@ -118,7 +118,7 @@ void nikon_decrypt (uchar ci, uchar cj, int tag, int i, int size, uchar *buf)
int parse_tiff_ifd (int base, int level);
-void nef_parse_makernote (base)
+void nef_parse_makernote (int base)
{
int offset=0, entries, tag, type, count, val, save;
unsigned serial=0, key=0;
@@ -284,7 +284,7 @@ int parse_tiff_ifd (int base, int level)
case 0x111: /* StripOffset */
if (!offset || is_dng) offset = val;
break;
- case 0x112: /* Qt::Orientation */
+ case 0x112: /* Orientation */
flip = flip_map[(val-1) & 7];
break;
case 0x117: /* StripByteCounts */