Flush stdout/stderr after newline

git-svn-id: http://tint2.googlecode.com/svn/trunk@760 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2015-04-17 20:31:28 +00:00
committed by mrovi9000@gmail.com
parent eef4987b0b
commit b78c854700
4 changed files with 4 additions and 3 deletions

View File

@@ -394,7 +394,6 @@ void load_themes_helper(const char *name, GSList **themes, GSList **queued)
free(name);
}
fprintf(stderr, "\n");
fflush(stderr);
// Free the queue
GSList *l;