1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 20:31:17 +00:00

Fix anonymous enum warning

This commit is contained in:
Nikolas Garofil 2009-12-11 17:58:25 +01:00
parent 316198a0c3
commit 6d4ba8b2f4

View File

@ -143,7 +143,7 @@ static char *tmpstring1, *tmpstring2;
int short_units;
int format_human_readable;
int cpu_separate;
enum {
enum spacer_state {
NO_SPACER = 0,
LEFT_SPACER,
RIGHT_SPACER