summaryrefslogtreecommitdiff
path: root/source4/lib/popt/findme.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/popt/findme.c')
-rw-r--r--source4/lib/popt/findme.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/popt/findme.c b/source4/lib/popt/findme.c
index f2ad05bb3f..67a535ac65 100644
--- a/source4/lib/popt/findme.c
+++ b/source4/lib/popt/findme.c
@@ -5,7 +5,8 @@
#include "system.h"
#include "findme.h"
-const char * findProgramPath(const char * argv0) {
+ const char * findProgramPath(const char * argv0)
+{
char * path = getenv("PATH");
char * pathbuf;
char * start, * chptr;