1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

drop commas at end of enum in top.h

This commit is contained in:
Phil Sutter 2009-12-27 03:43:58 +01:00
parent dcb35db39d
commit c4c2377d0e

View File

@ -89,11 +89,11 @@ enum top_field {
TOP_MEM,
TOP_TIME,
TOP_MEM_RES,
TOP_MEM_VSIZE,
TOP_MEM_VSIZE
#ifdef IOSTATS
TOP_READ_BYTES,
TOP_WRITE_BYTES,
TOP_IO_PERC
,TOP_READ_BYTES
,TOP_WRITE_BYTES
,TOP_IO_PERC
#endif
};