Skip to content

Commit

Permalink
Fixed yet another typo... :|
Browse files Browse the repository at this point in the history
Signed-off-by: Eran Ifrah <eifrah@amazon.com>
  • Loading branch information
eifrah-aws committed Oct 24, 2024
1 parent 83a5840 commit ec9ec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -6720,7 +6720,7 @@ serverTestProc *getTestProcByName(const char *name) {
}
#endif

/* Make main a weak symbol so it can be overridden during link time, e.g. test_main.c overides it */
/* Make main a weak symbol so it can be overridden during link time, e.g. test_main.c overrides it */
int __attribute__((weak)) main(int argc, char **argv) {
struct timeval tv;
int j;
Expand Down

0 comments on commit ec9ec96

Please sign in to comment.