Skip to content

Commit

Permalink
Merge pull request #3179 from S-H-GAMELINKS/supress/string-query-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton authored Oct 13, 2024
2 parents 3142fed + 0635814 commit c2407a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/prism/extension.c
Original file line number Diff line number Diff line change
Expand Up @@ -1153,6 +1153,7 @@ string_query(pm_string_query_t result) {
case PM_STRING_QUERY_TRUE:
return Qtrue;
}
return Qfalse;
}

/**
Expand Down

0 comments on commit c2407a9

Please sign in to comment.