diff options
Diffstat (limited to 'listen-DGRAM.c')
-rw-r--r-- | listen-DGRAM.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/listen-DGRAM.c b/listen-DGRAM.c index 08f871c..feecd63 100644 --- a/listen-DGRAM.c +++ b/listen-DGRAM.c @@ -26,7 +26,7 @@ void INThandler() { exit(0); } -int main () { +int main (void) { int gai_result; // result from getaddrinfo int bind_result = -1; // result from bind |