Skip to content

Commit 20cf9b1

Browse files
committed
Fixes exit code typo in processEvents
1 parent e1d0aa6 commit 20cf9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sipnet.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@ void processEvents() {
23192319
break;
23202320
default:
23212321
printf("Unknown event type (%d) in processEvents()\n", locEvent->type);
2322-
exit(EXIT_UNKNOWN_EVENT);
2322+
exit(EXIT_CODE_UNKNOWN_EVENT);
23232323
}
23242324

23252325
locEvent = locEvent->nextEvent;

0 commit comments

Comments
 (0)