Skip to content

Commit

Permalink
240430.234014.HKT fix prima.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 30, 2024
1 parent 5934728 commit 268839b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/prima.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const char *prima_get_rc_string(const prima_rc_t rc)
return "NULL result";
case PRIMA_NULL_FUNCTION:
return "NULL function";
case PRIMA_RESULT_INITIALIZED
case PRIMA_RESULT_INITIALIZED:
return "Result is initialized but not properly set";
default:
return "Invalid return code";
Expand Down

0 comments on commit 268839b

Please sign in to comment.