diff options
Diffstat (limited to 'fbwarn/src/extString.c')
-rw-r--r-- | fbwarn/src/extString.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fbwarn/src/extString.c b/fbwarn/src/extString.c index 361afa7..6538dac 100644 --- a/fbwarn/src/extString.c +++ b/fbwarn/src/extString.c @@ -27,7 +27,6 @@ char *trim(char *s) end = result + strlen(result) - 1; while(end > result && isspace((unsigned char)*end)) end--; - // Write new null terminator character end[1] = '\0'; return result; |