1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-28 04:55:08 +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 short_units;
int format_human_readable; int format_human_readable;
int cpu_separate; int cpu_separate;
enum { enum spacer_state {
NO_SPACER = 0, NO_SPACER = 0,
LEFT_SPACER, LEFT_SPACER,
RIGHT_SPACER RIGHT_SPACER