summaryrefslogtreecommitdiff
path: root/testing/nTox_win32.c
diff options
context:
space:
mode:
authorAstonex <softukitu@gmail.com>2013-07-30 09:23:15 +0100
committerAstonex <softukitu@gmail.com>2013-07-30 09:23:15 +0100
commitd5e5412cb3b416efe40ba9ba053a0b0fd2894c1c (patch)
tree15b8c2d7e2163a485d6a0c3762d3a35fb13cd99c /testing/nTox_win32.c
parente920be4c01c3cb5493aab71268b763bea77e5104 (diff)
Slight aesthetic change
Diffstat (limited to 'testing/nTox_win32.c')
-rw-r--r--testing/nTox_win32.c2
1 files changed, 1 insertions, 1 deletions
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)
137 } 137 }
138 138
139 else if (line[1] == 'l') { 139 else if (line[1] == 'l') {
140 printf("\n[i] Friend List - %d\n\n", getnumfriends()); 140 printf("\n[i] Friend List | Total: %d\n\n", getnumfriends());
141 141
142 int i; 142 int i;
143 143