diff options
author | Roy Marples <roy@marples.name> | 2008-02-11 20:14:09 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-11 20:14:09 +0000 |
commit | 567f8e33f2f7d951237996b6b2dd60189515754d (patch) | |
tree | 8a44f7ff0da9e5022bdbb519a08fd5fc975838b3 /src/rc/mountinfo.c | |
parent | 5e470afb5251fdd51188999e23a7d9c2bbfe657c (diff) |
Just use the extern applet var.
Diffstat (limited to 'src/rc/mountinfo.c')
-rw-r--r-- | src/rc/mountinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/mountinfo.c b/src/rc/mountinfo.c index b15a50a3..e48c62ad 100644 --- a/src/rc/mountinfo.c +++ b/src/rc/mountinfo.c @@ -58,7 +58,7 @@ #include "rc-misc.h" #include "strlist.h" -static const char *applet; +extern const char *applet; typedef enum { mount_from, |