Skip to content

Commit

Permalink
79c8704 breaks .colour, this fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
marado committed Jul 6, 2012
1 parent 870c162 commit cfb5c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amnuts230.c
Original file line number Diff line number Diff line change
Expand Up @@ -8559,7 +8559,7 @@ display_colour(UR_OBJECT user)
return;
}
for (i = 0; colours[i]; ++i) {
vwrite_user(user, "~%s: %sAmnuts version %s VIDEO TEST\n",
vwrite_user(user, "^%s: %sAmnuts version %s VIDEO TEST\n",
colours[i], colours[i], AMNUTSVER);
}
}
Expand Down

0 comments on commit cfb5c69

Please sign in to comment.