whitespace

This commit is contained in:
Brad Parker 2016-11-27 22:02:22 -05:00
parent ee49eeec09
commit 78e75cdc69

View File

@ -1931,6 +1931,7 @@ char* word_wrap (char* buffer, char* string, int line_width) {
}
}
}
buffer[i] = 0;
return buffer;