summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/preferences.fl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/preferences.fl b/test/preferences.fl
index a377160fd..ffba4ed73 100644
--- a/test/preferences.fl
+++ b/test/preferences.fl
@@ -185,7 +185,7 @@ Function {} {open return_type int
Function {readPrefs()} {open return_type void
} {
- code {char boolValue;
+ code {int boolValue;
int intValue;
char buffer[80];
double doubleValue;