m-lua-scripting: correct typo
This commit is contained in:

committed by
George Kiagiadakis

parent
06e11dc4be
commit
a6328cf2c1
@@ -159,7 +159,7 @@ push_luajson (lua_State *L, WpSpaJson *json, gint n_recursions)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Otherwise alwyas parse as String to allow parsing strings without quotes */
|
/* Otherwise always parse as String to allow parsing strings without quotes */
|
||||||
else {
|
else {
|
||||||
g_autofree gchar *value = wp_spa_json_parse_string (json);
|
g_autofree gchar *value = wp_spa_json_parse_string (json);
|
||||||
g_warn_if_fail (value);
|
g_warn_if_fail (value);
|
||||||
|
Reference in New Issue
Block a user