diff options
Diffstat (limited to 'dynotify.c')
-rw-r--r-- | dynotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ struct memory { }; struct dyroom { - const char *name; + const char name[DYROOM_NAME_LEN]; const unsigned int id; bool up; }; |