]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
mood.c: Fix a trivial whitespace issue.
authorAndre Noll <maan@systemlinux.org>
Sun, 29 Dec 2013 13:21:07 +0000 (13:21 +0000)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:49:29 +0000 (16:49 +0100)
mood.c

diff --git a/mood.c b/mood.c
index d15e011f04c720cef376b73752d9fcba51c61f00..c0ec9f675477cc76eec23f1f5cf130c3ca2d0aaf 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -838,7 +838,7 @@ int change_current_mood(char *mood_name)
        if (ret < 0)
                return ret;
        log_statistics();
        if (ret < 0)
                return ret;
        log_statistics();
-       PARA_INFO_LOG("%d admissible files \n", statistics.num);
+       PARA_INFO_LOG("%d admissible files\n", statistics.num);
        for (i = 0; i < statistics.num; i++) {
                struct admissible_file_info *a = aa.array + i;
                ret = add_to_score_table(a->aft_row, a->score);
        for (i = 0; i < statistics.num; i++) {
                struct admissible_file_info *a = aa.array + i;
                ret = add_to_score_table(a->aft_row, a->score);