summaryrefslogtreecommitdiff
path: root/support/findme.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/findme.c')
-rw-r--r--support/findme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/findme.c b/support/findme.c
index 6d1b41c..36d0447 100644
--- a/support/findme.c
+++ b/support/findme.c
@@ -1,5 +1,5 @@
/* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
- file accompanying popt source distributions, available from
+ file accompanying popt source distributions, available from
ftp://ftp.redhat.com/pub/code/popt */
#include "system.h"
@@ -31,7 +31,7 @@ const char * findProgramPath(const char * argv0) {
if (!access(buf, X_OK))
return buf;
- if (chptr)
+ if (chptr)
start = chptr + 1;
else
start = NULL;