diff options
-rw-r--r-- | tools/ck-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ck-history.c b/tools/ck-history.c index d02caaa..85d9e6f 100644 --- a/tools/ck-history.c +++ b/tools/ck-history.c @@ -804,7 +804,7 @@ generate_report_frequent (int uid, data = user_counts->data; username = get_user_name_for_uid (data->uid); - g_print ("%-8.8s %u\n", username, data->count); + g_print ("%-8s %u\n", username, data->count); g_free (data); user_counts = g_list_delete_link (user_counts, user_counts); g_free (username); |