Skip to content

Commit 5b875cd

Browse files
author
michael
committed
'emty format string' compiler warning solved
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@974 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
1 parent df239a4 commit 5b875cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ static void cfg_dump(void)
689689
for (i = 0; i < nConfig; i++) {
690690
info(" %-*s %s", len, Config[i].key, Config[i].val);
691691
}
692-
info("");
692+
info(" ");
693693
}
694694

695695

0 commit comments

Comments
 (0)