Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-nl committed Dec 3, 2024
1 parent 8ab3758 commit 43c5653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ char *get_query_metadata(SF_STMT* sfstmt) {
}


SF_QUERY_STATUS snowflake_get_query_status(SF_STMT *sfstmt) {
SF_QUERY_STATUS STDCALL snowflake_get_query_status(SF_STMT *sfstmt) {
SF_QUERY_STATUS ret = SF_QUERY_STATUS_NO_DATA;
char *metadata = get_query_metadata(sfstmt);
if (metadata) {
Expand Down

0 comments on commit 43c5653

Please sign in to comment.