From b02fd0c375ea88ef14136d5199686b07823994ba Mon Sep 17 00:00:00 2001 From: mmdolze Date: Wed, 1 Nov 2006 11:38:12 +0000 Subject: [PATCH] Fix typo. --- clients/lcdproc/machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;