summaryrefslogtreecommitdiff
path: root/indicators.c
diff options
context:
space:
mode:
Diffstat (limited to 'indicators.c')
-rw-r--r--indicators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/indicators.c b/indicators.c
index 4eaa6ae..0e82d4a 100644
--- a/indicators.c
+++ b/indicators.c
@@ -147,7 +147,7 @@ AddIndicatorMap(LEDInfo * oldLEDs, LEDInfo * new)
last = old;
}
/* new definition */
- old = uTypedAlloc(LEDInfo);
+ old = malloc(sizeof(LEDInfo));
if (!old)
{
WSGO("Couldn't allocate indicator map\n");