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