missing return value

This commit is contained in:
nhmall
2018-05-12 01:07:54 -04:00
parent dd04f5fcb5
commit d0e508241b
+1
View File
@@ -316,6 +316,7 @@ const char *str;
*put++ = *str++; *put++ = *str++;
} }
*put = '\0'; *put = '\0';
return buf;
} }
/* /*