remove trailing whitespace
This commit is contained in:
parent
172cca18a7
commit
65cecb4bc2
4
deps/aha/aha.c
vendored
4
deps/aha/aha.c
vendored
@ -101,6 +101,8 @@ char * aha(char *input)
|
||||
int unmangle_out_len;
|
||||
unmangle_ansi(input, strlen(input), &unmangle_out, &unmangle_out_len);
|
||||
|
||||
unmangle_out[unmangle_out_len] = '\0';
|
||||
|
||||
//Begin of Conversion
|
||||
unsigned int c;
|
||||
int fc = -1; //Standard Foreground Color //IRC-Color+8
|
||||
@ -332,7 +334,7 @@ char * aha(char *input)
|
||||
{
|
||||
for (;line<80;line++)
|
||||
|
||||
append_output(&output, " ", &size, &outat);
|
||||
append_output(&output, " ", &size, &outat);
|
||||
line=0;
|
||||
momline++;
|
||||
append_output(&output, "<br />", &size, &outat);
|
||||
|
Reference in New Issue
Block a user