Slight aesthetic change

This commit is contained in:
Astonex 2013-07-30 09:23:15 +01:00
parent e920be4c01
commit d5e5412cb3

View File

@ -137,7 +137,7 @@ void line_eval(char* line)
}
else if (line[1] == 'l') {
printf("\n[i] Friend List - %d\n\n", getnumfriends());
printf("\n[i] Friend List | Total: %d\n\n", getnumfriends());
int i;