From 76959d564893a3148b82ee67c4545abca86c7920 Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Thu, 29 Aug 2002 03:49:23 +0000 Subject: [PATCH] Blast it, Don... You should rebuild before you check things in! --- src/osgPlugins/txp/trpage_sys.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/osgPlugins/txp/trpage_sys.h b/src/osgPlugins/txp/trpage_sys.h index fca258249..bd0ac2a18 100644 --- a/src/osgPlugins/txp/trpage_sys.h +++ b/src/osgPlugins/txp/trpage_sys.h @@ -20,11 +20,11 @@ #ifndef trpage_sys_h_ #define trpage_sys_h_ -#ifndef PATHSEPERATOR +#ifndef PATHSEPARATOR #ifdef macintosh -#define PATHSEPERATOR ":" +#define PATHSEPARATOR ":" #else -#define PATHSEPERATOR "/" +#define PATHSEPARATOR "/" #endif #endif