Skip to content

Commit

Permalink
user/main.c: Don't return a value from main as its prototype is now "…
Browse files Browse the repository at this point in the history
…int main(void)".
  • Loading branch information
randruc committed Nov 15, 2020
1 parent 1643290 commit 35a393a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions user/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ main(void)

/* Run the system */
Lz_Run();

/* This will never be reached, this is to conform to ISO C main() prototype */
return 0;
}

0 comments on commit 35a393a

Please sign in to comment.