Fix build break in testprefs

This commit is contained in:
Aaron Culliney 2019-10-06 16:16:47 -07:00
parent 7591715357
commit 135ccb6b2d
1 changed files with 1 additions and 1 deletions

View File

@ -1795,7 +1795,7 @@ TEST test_prefs_loadString_1() {
FREE(val);
JSON_ref jsonVal = NULL;
ok = prefs_copyJSONValue(PREF_DOMAIN_JOYSTICK, PREF_KPAD_ROSETTE_CHAR_ARRAY, &jsonVal);
ok = prefs_copyJSONValue(PREF_DOMAIN_JOYSTICK, "kpAxisRosetteChars", &jsonVal);
ASSERT(ok);
ASSERT(json_isArray(jsonVal));
ok = json_arrayCount(jsonVal, &lVal);