added support to strip out cygdrive and msys paths on windows. not sure how consistent
[feisty_meow.git] / nucleus / library / filesystem / filename.h
index a6018ef53313ab4488e3449dcb9a491454db1d36..1f2c7d3ba34bf40a302ade79e41a447911c73d3e 100644 (file)
@@ -23,8 +23,7 @@
 // forward declarations.
 class status_info;
 
-//hmmm: this doesn't really belong here, does it.
-
+//hmmm: this doesn't really belong here, does it...
 // define useful constant for filesystem path length.
 #ifndef MAX_ABS_PATH 
   #ifdef __WIN32__