From f0227ea3c78d8d23dc35f0939219649447eecfae Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 23 Sep 2002 00:31:31 +0000 Subject: More GNUify non-GNU formatted functions calls throughout. --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/path.cc') diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index a185e60e9..29e21674b 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -1304,7 +1304,7 @@ slash_unc_prefix_p (const char *path) && isalpha (path[2]) && path[3] != 0 && !isdirsep (path[3]) - && ((p = strpbrk(path + 3, "\\/")) != NULL)); + && ((p = strpbrk (path + 3, "\\/")) != NULL)); if (!ret || p == NULL) return ret; return ret && isalnum (p[1]); -- cgit v1.2.3