summaryrefslogtreecommitdiff
path: root/obt/paths.c
diff options
context:
space:
mode:
Diffstat (limited to 'obt/paths.c')
-rw-r--r--obt/paths.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/obt/paths.c b/obt/paths.c
index aa76b8ef..f2d4b420 100644
--- a/obt/paths.c
+++ b/obt/paths.c
@@ -335,7 +335,7 @@ static inline gboolean try_exec(const ObtPaths *const p,
const gchar *const path)
{
struct stat st;
- BSEARCH_SETUP(guint);
+ BSEARCH_SETUP();
if (stat(path, &st) != 0)
return FALSE;