Skip to content

Commit ae238de

Browse files
committed
Server: Fix missing return on non-void function
1 parent 76fa293 commit ae238de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/server/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ int main(int argc, const char* argv[]) {
665665
free(results);
666666
n_prompts++;
667667
}
668+
return 0;
668669
};
669670

670671

0 commit comments

Comments
 (0)