Skip to content

Commit

Permalink
native: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Aug 13, 2023
1 parent fb8ee3f commit 3af3b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junixsocket-native/src/main/c/exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void _throwErrnumException(JNIEnv* env, int errnum, jobject fdToClose)
case EPFNOSUPPORT:
#endif
#if EAFNOSUPPORT
case EAFNOSUPPORT:IncompleteExecutionException
case EAFNOSUPPORT:
#endif
exceptionType = kExceptionOperationNotSupportedSocketException;
break;
Expand Down

0 comments on commit 3af3b91

Please sign in to comment.