From 07aff5e68559d6f1b1b1bb630d502e5ffbdbbb90 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 May 2005 14:37:07 +0000 Subject: [PATCH] (PATH_SEPARATOR): Remove insignificant trailing blank. --- lib/classpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classpath.c b/lib/classpath.c index f875d55083..99a4f36219 100644 --- a/lib/classpath.c +++ b/lib/classpath.c @@ -41,7 +41,7 @@ # define PATH_SEPARATOR ';' #else /* Unix */ -# define PATH_SEPARATOR ':' +# define PATH_SEPARATOR ':' #endif /* Return the new CLASSPATH value. The given classpaths are prepended to -- 2.30.2