add missing semicolon
This commit is contained in:
parent
8391c27b88
commit
09040fdf5c
2
deps/aha/aha.c
vendored
2
deps/aha/aha.c
vendored
@ -291,7 +291,7 @@ char * aha(char *input)
|
||||
if (bo) {
|
||||
append_output(&output, "color:aqua;", &size, &outat);
|
||||
} else {
|
||||
append_output(&output, "color:#FFFF00", &size, &outat);
|
||||
append_output(&output, "color:#FFFF00;", &size, &outat);
|
||||
}
|
||||
break; //Cyan
|
||||
case 7:
|
||||
|
Reference in New Issue
Block a user