mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 00:56:22 +00:00
Fix typo in comment
This commit is contained in:
@@ -204,7 +204,7 @@ parse_args_with_freetext(const char* const inp, int min, int max, gboolean* resu
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// copy and strip input of leading/trailing whitepsace
|
// copy and strip input of leading/trailing whitespace
|
||||||
char* copy = strdup(inp);
|
char* copy = strdup(inp);
|
||||||
g_strstrip(copy);
|
g_strstrip(copy);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user