X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=src%2Fwincontrol.c;h=ff0ce5dbf2d05d89360d2b35715716c5dea19a43;hb=d4693165cda2814c544e05b219c2cf3798e31857;hp=d8cb40f9c3552cdf77d40d026da3f24790175eda;hpb=ec5c4edd169be8fe8c778cabdfc7ada665629ffd;p=plomrogue diff --git a/src/wincontrol.c b/src/wincontrol.c index d8cb40f..ff0ce5d 100644 --- a/src/wincontrol.c +++ b/src/wincontrol.c @@ -23,6 +23,7 @@ #include "misc.h" /* for try_malloc() */ + /* Return string "prefix" + "id"; malloc()'s string, remember to call free()! */ static char * string_prefixed_id(struct World * world, char * prefix, char id);