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:
parent
316198a0c3
commit
6d4ba8b2f4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user