diff options
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -237,7 +237,7 @@ int adduser(char *uid) | |||
| 237 | } | 237 | } |
| 238 | 238 | ||
| 239 | const char *dirs[] = { | 239 | const char *dirs[] = { |
| 240 | "actors", "followers", "following", "local", "muted", | 240 | "followers", "following", "local", "muted", |
| 241 | "queue", "static", "timeline", "history", NULL }; | 241 | "queue", "static", "timeline", "history", NULL }; |
| 242 | int n; | 242 | int n; |
| 243 | 243 | ||