mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Fix C99 comment
This commit is contained in:
parent
85f56f438a
commit
02a8c6cadd
2
dbutil.c
2
dbutil.c
@ -617,7 +617,7 @@ int m_str_to_uint(const char* str, unsigned int *val) {
|
|||||||
l = strtoul(str, &endp, 10);
|
l = strtoul(str, &endp, 10);
|
||||||
|
|
||||||
if (endp == str || *endp != '\0') {
|
if (endp == str || *endp != '\0') {
|
||||||
// parse error
|
/* parse error */
|
||||||
return DROPBEAR_FAILURE;
|
return DROPBEAR_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user