projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a40b6
)
(PATH_SEPARATOR): Remove insignificant trailing blank.
author
Jim Meyering
<jim@meyering.net>
Sun, 8 May 2005 14:37:07 +0000
(14:37 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 8 May 2005 14:37:07 +0000
(14:37 +0000)
lib/classpath.c
patch
|
blob
|
history
diff --git
a/lib/classpath.c
b/lib/classpath.c
index f875d550839fba2480b7d27395fc12ea8560880c..99a4f3621991502e582f5f6ab7ca0b6b6b42bc75 100644
(file)
--- 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