From 19586081ed57c28aed9a649f08db4d415e72dca6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 21 May 2013 11:29:21 -0700 Subject: Correctly use the weightsystem_none / cylinder_none helpers Plus a couple of minor formatting changes Signed-off-by: Dirk Hohndel --- equipment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'equipment.c') diff --git a/equipment.c b/equipment.c index 189cc617f..5f858f41d 100644 --- a/equipment.c +++ b/equipment.c @@ -513,7 +513,7 @@ static gboolean description_equal(const char *desc1, const char *desc2) (desc1 && desc2 && strcmp(desc1, desc2) == 0)); } -static gboolean weightsystem_none(void *_data) +gboolean weightsystem_none(void *_data) { weightsystem_t *ws = _data; return !ws->weight.grams && !ws->description; -- cgit v1.2.3-70-g09d2