Skip to content

Commit

Permalink
pass on return value from kickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdude committed Apr 12, 2022
1 parent 49b2e73 commit b1f893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backends/System/Linux/Sources/kinc/backend/system.c.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void kinc_internal_shutdown() {

#ifndef KINC_NO_MAIN
int main(int argc, char **argv) {
kickstart(argc, argv);
return kickstart(argc, argv);
}
#endif

Expand Down

0 comments on commit b1f893d

Please sign in to comment.