summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/file/uca-file-camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/file/uca-file-camera.c b/plugins/file/uca-file-camera.c
index 3552327..7bb3cb0 100644
--- a/plugins/file/uca-file-camera.c
+++ b/plugins/file/uca-file-camera.c
@@ -78,7 +78,7 @@ static gboolean
read_tiff_data (UcaFileCameraPrivate *priv, const gchar *fname, gpointer buffer)
{
TIFF *file;
- guint bitdepth;
+ guint16 bitdepth;
guint width;
guint height;
tsize_t result;