]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui.c
string: Rename para_malloc() -> alloc().
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index d779ff864ddebfc38a34ba1a0d166b5c04089556..06aada3cc83411293f16cf101df2de63538494e9 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -431,7 +431,7 @@ static void rb_add_entry(int color, char *msg)
 
        if (strwidth(msg, &len) < 0)
                return;
-       new = para_malloc(sizeof(struct rb_entry));
+       new = alloc(sizeof(struct rb_entry));
        new->color = color;
        new->len = len;
        new->msg = msg;