From baa8c7b126324bec8bcfdc89a917e0d4886530c6 Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Wed, 6 Nov 2019 11:37:08 +0900 Subject: Properly declare function argment type Signed-off-by: OBATA Akio --- tdefile-plugins/raw/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdefile-plugins/raw/parse.c b/tdefile-plugins/raw/parse.c index a256f04e..467b0577 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; -- cgit v1.2.3