Trigger a new build.

This commit is contained in:
Andreas Gal 2009-01-28 04:24:13 -08:00
parent c83d6719d6
commit caef58e9a8

View File

@ -304,7 +304,7 @@ js_fileBaseName(JSContext *cx, const char *pathname)
index = strlen(pathname)-1;
/* Chop off trailing seperators. */
/* Chop off trailing separators. */
while (index > 0 && (pathname[index]==FILESEPARATOR ||
pathname[index]==FILESEPARATOR2)) {
--index;