From cd8d3fef9569f7ff9973ab466f914944af6829ab Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Mon, 6 Jul 2009 13:35:01 +0200 Subject: More coding style fixes - now in widget stuff --- src/widget/widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/widget.h') diff --git a/src/widget/widget.h b/src/widget/widget.h index 2f20c90..b5898c2 100644 --- a/src/widget/widget.h +++ b/src/widget/widget.h @@ -15,7 +15,7 @@ #define WIDGET_TYPE_STATUSBAR 10 #define WIDGET_TYPE_CONTAINER 11 -#define WIDGET_NONE_VALUE -1 +#define WIDGET_NONE_VALUE -1 typedef struct widget_struct { int type; -- cgit v1.2.3