1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 04:32:55 +00:00

Spell 'of' correctly.

This commit is contained in:
Brenden Matthews 2009-08-03 12:57:22 -06:00
parent efa5a211b7
commit 581f59528b

View File

@ -385,7 +385,7 @@ void set_update_interval(double interval);
#define NOBATTERY 0 #define NOBATTERY 0
/* to get rid off 'unused variable' warnings */ /* to get rid of 'unused variable' warnings */
#define UNUSED(a) if (a) {} #define UNUSED(a) if (a) {}
#endif /* _conky_h_ */ #endif /* _conky_h_ */