From d5e5412cb3b416efe40ba9ba053a0b0fd2894c1c Mon Sep 17 00:00:00 2001 From: Astonex Date: Tue, 30 Jul 2013 09:23:15 +0100 Subject: Slight aesthetic change --- testing/nTox_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/nTox_win32.c') diff --git a/testing/nTox_win32.c b/testing/nTox_win32.c index 9e9a5b1a..71a291c6 100644 --- a/testing/nTox_win32.c +++ b/testing/nTox_win32.c @@ -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; -- cgit v1.2.3