Skip to content

Commit

Permalink
Fix tidyall tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Mar 29, 2024
1 parent 89b6b90 commit b25409c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortune-mod/util/fortune-mod-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include "getopt.h"
#define random(x) rand(x)
#define srandom(x) srand(x)
#define sleep(n) Sleep((n)*1000)
#define sleep(n) Sleep((n) * 1000)
#else
#include <arpa/inet.h>
#include <unistd.h>
Expand Down

0 comments on commit b25409c

Please sign in to comment.