diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-07-22 17:54:38 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-22 22:59:34 +0200 |
| commit | fc7055f2461fa92bc17d67f02058399dca5736ae (patch) | |
| tree | 3b6e55a2fed9cc2427571eeca9229034f55e50ee | |
| parent | 7802531da03626cfded497239e29a8ec2e4a3285 (diff) | |
rootdir.c: Fix declaration of rootdir_fakeself_exists.
* rootdir.c (rootdir_fakeself_exists): Use the correct arguments for
this kind of function.
| -rw-r--r-- | rootdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ out: } static int -rootdir_fakeself_exists () +rootdir_fakeself_exists (void *dir_hook, const void *entry_hook) { return opt_fake_self >= 0; } |
