diff --git a/clients/lcdproc/machine.h b/clients/lcdproc/machine.h index 1f09223..9ffd231 100644 --- a/clients/lcdproc/machine.h +++ b/clients/lcdproc/machine.h @@ -33,7 +33,7 @@ typedef struct int total; int cache; int buffers; - int free,; + int free; int shared; } meminfo_type;