aboutsummaryrefslogtreecommitdiff
path: root/src/rc-plugin.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-25 17:30:07 +0000
committerRoy Marples <roy@marples.name>2007-09-25 17:30:07 +0000
commitc6c7df47a00a8a974eb026f31e94bfc07984ac13 (patch)
treee948cd07dae4554bdeebaeae95a60782d0b293ab /src/rc-plugin.c
parent1a6451654fe365c1981b18f35cb6e453166d1b32 (diff)
Revert last patch
Diffstat (limited to 'src/rc-plugin.c')
-rw-r--r--src/rc-plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-plugin.c b/src/rc-plugin.c
index 637768ca..76b8e08e 100644
--- a/src/rc-plugin.c
+++ b/src/rc-plugin.c
@@ -61,7 +61,7 @@ void rc_plugin_load (void)
/* Ensure some sanity here */
rc_plugin_unload ();
- if (rc_exists (RC_PLUGINDIR) != 0)
+ if (! rc_exists (RC_PLUGINDIR))
return;
files = rc_ls_dir (RC_PLUGINDIR, 0);