summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/netint.c b/netint.c
index 5ab1aa5..68549f7 100644
--- a/netint.c
+++ b/netint.c
@@ -180,5 +180,6 @@ int rs_int_len(rs_long_t val)
return 8;
else {
rs_fatal("can't encode integer " PRINTF_FORMAT_U64 " yet", PRINTF_CAST_U64(val));
+ return -1;
}
}