summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index dd9c268d19..4f95027bcd 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -296,7 +296,7 @@ enum optiontype { INT, BOOL };
296 296
297struct opt_items { 297struct opt_items {
298 unsigned const char* string; 298 unsigned const char* string;
299 int voice_id; 299 long voice_id;
300}; 300};
301 301
302/* prototypes */ 302/* prototypes */