diff --git a/dbutil.c b/dbutil.c index 2bb1d1a..588c8d0 100644 --- a/dbutil.c +++ b/dbutil.c @@ -617,7 +617,7 @@ int m_str_to_uint(const char* str, unsigned int *val) { l = strtoul(str, &endp, 10); if (endp == str || *endp != '\0') { - // parse error + /* parse error */ return DROPBEAR_FAILURE; }