summaryrefslogtreecommitdiffstats
path: root/utils/nfnl_osf.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nfnl_osf.c')
-rw-r--r--utils/nfnl_osf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfnl_osf.c b/utils/nfnl_osf.c
index 720e3a38..e65c3201 100644
--- a/utils/nfnl_osf.c
+++ b/utils/nfnl_osf.c
@@ -141,7 +141,7 @@ static char *xt_osf_strchr(char *ptr, char c)
if (tmp)
*tmp = '\0';
- while (tmp && tmp + 1 && isspace(*(tmp + 1)))
+ while (tmp && isspace(*(tmp + 1)))
tmp++;
return tmp;