diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/rib.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/lib/rib.c b/src/lib/rib.c index 22397e24..685575e5 100644 --- a/src/lib/rib.c +++ b/src/lib/rib.c @@ -324,7 +324,7 @@ int rib_init(const char * mountpt)          rmdir(rib.mnt);          return -1;  #else -        (void) prefix; +        (void) mountpt;          return 0;  #endif  } | 
