diff options
Diffstat (limited to 'uid.c')
-rw-r--r-- | uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ void expunge_uids(struct query *ctl) idl->val.status.mark = UID_EXPUNGED; } -const char *str_uidmark(int mark) +static const char *str_uidmark(int mark) { static char buf[20]; |