summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2019-11-06 11:37:08 +0900
committerOBATA Akio <obache@wizdas.com>2019-11-06 11:38:46 +0900
commitbaa8c7b126324bec8bcfdc89a917e0d4886530c6 (patch)
treedb996611129999fb5d5513b307741e4ffa4ed11d /tdefile-plugins
parente2dc3a2fdd029196a7d53ee52084fb606e5fcd7d (diff)
downloadtdegraphics-baa8c7b126324bec8bcfdc89a917e0d4886530c6.tar.gz
tdegraphics-baa8c7b126324bec8bcfdc89a917e0d4886530c6.zip
Properly declare function argment type
Signed-off-by: OBATA Akio <obache@wizdas.com>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/raw/parse.c2
1 files changed, 1 insertions, 1 deletions
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;