summaryrefslogtreecommitdiff
path: root/src/ICElibint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ICElibint.h')
-rw-r--r--src/ICElibint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ICElibint.h b/src/ICElibint.h
index e034194..cb53d83 100644
--- a/src/ICElibint.h
+++ b/src/ICElibint.h
@@ -210,7 +210,7 @@ typedef struct {
{ \
CARD16 _len; \
EXTRACT_CARD16 (_pBuf, _swap, _len); \
- _string = (char *) malloc (_len + 1); \
+ _string = malloc (_len + 1); \
memcpy (_string, _pBuf, _len); \
_pBuf += _len; \
_string[_len] = '\0'; \