summaryrefslogtreecommitdiff
path: root/apps/plugins/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/dict.c')
-rw-r--r--apps/plugins/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index 2fde18611e..82c6afc906 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -217,7 +217,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
217 return PLUGIN_OK; 217 return PLUGIN_OK;
218 } 218 }
219 219
220 DEBUGF("Found %s at offset %d\n", word.word, reverse(word.offset)); 220 DEBUGF("Found %s at offset %ld\n", word.word, reverse(word.offset));
221 221
222 /* now open the description file */ 222 /* now open the description file */
223 fData = rb->open(DICT_DESC, O_RDONLY); 223 fData = rb->open(DICT_DESC, O_RDONLY);