This commit is contained in:
2018-05-01 16:25:58 +02:00
parent b301d613af
commit 83c4a13339
4 changed files with 14 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ char *colortheme[] = {
// Colorize instructions
char *colorize(char c)
{
char *cs; // colorstring
char *cs = 0; // colorstring
switch(c) {
case '>':