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