diff options
Diffstat (limited to 'src/rc-status.c')
-rw-r--r-- | src/rc-status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-status.c b/src/rc-status.c index bf4d63d3..155192fa 100644 --- a/src/rc-status.c +++ b/src/rc-status.c @@ -41,7 +41,7 @@ #include "rc-misc.h" #include "strlist.h" -#define APPLET "rc-status" +static const char *applet; static const char *types_nua[] = { "ineed", "iuse", "iafter", NULL }; |