mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-24 04:04:31 +00:00
Fixed compiler warning
This commit is contained in:
@@ -2181,7 +2181,7 @@ void ILibDuktape_ipaddress_PUSH(duk_context *ctx, struct sockaddr_in6* addr)
|
||||
ILibDuktape_WriteID(ctx, "ip-address.Address6");
|
||||
break;
|
||||
default:
|
||||
return(ILibDuktape_Error(ctx, "Unknown Address Family"));
|
||||
ILibDuktape_Error(ctx, "Unknown Address Family");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user