Skip to content

Commit

Permalink
Correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes authored Nov 17, 2024
1 parent 9e2639d commit 1a4717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jrd/SysFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6969,7 +6969,7 @@ const SysFunction SysFunction::functions[] =
{"UNICODE_CHAR", 1, 1, true, setParamsInteger, makeUnicodeChar, evlUnicodeChar, NULL},
{"UNICODE_VAL", 1, 1, true, setParamsUnicodeVal, makeLongResult, evlUnicodeVal, NULL},
{"UUID_TO_CHAR", 1, 1, true, setParamsUuidToChar, makeUuidToChar, evlUuidToChar, NULL},
{"", 0, 0, NULL, NULL, NULL, NULL}
{"", 0, 0, false, NULL, NULL, NULL, NULL}
};


Expand Down

0 comments on commit 1a4717f

Please sign in to comment.