summaryrefslogtreecommitdiffstats
path: root/src/po.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/po.c')
-rw-r--r--src/po.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/po.c b/src/po.c
index e148f25..0fac315 100644
--- a/src/po.c
+++ b/src/po.c
@@ -58,7 +58,7 @@ po_alloc (pomp)
{
po_ty *pop;
- pop = xmalloc (pomp->size);
+ pop = (po_ty *) xmalloc (pomp->size);
pop->method = pomp;
if (pomp->constructor)
pomp->constructor (pop);