diff options
Diffstat (limited to 'keycodes.c')
-rw-r--r-- | keycodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ NextIndicatorName(KeyNamesInfo * info) { IndicatorNameInfo *ii; - ii = uTypedAlloc(IndicatorNameInfo); + ii = malloc(sizeof(IndicatorNameInfo)); if (ii) { InitIndicatorNameInfo(ii, info); |