summaryrefslogtreecommitdiffstats
path: root/osdep/strsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/strsep.c')
-rw-r--r--osdep/strsep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/strsep.c b/osdep/strsep.c
index 21552907a5..a5ffa7054d 100644
--- a/osdep/strsep.c
+++ b/osdep/strsep.c
@@ -53,6 +53,6 @@ char *strsep(char **stringp, const char *delim) {
}
else
*stringp = NULL;
-
+
return begin;
}