From: Jim Meyering Date: Sun, 8 May 2005 14:37:07 +0000 (+0000) Subject: (PATH_SEPARATOR): Remove insignificant trailing blank. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07aff5e68559d6f1b1b1bb630d502e5ffbdbbb90;p=pspp (PATH_SEPARATOR): Remove insignificant trailing blank. --- 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