From Eric Wing, removed trailing commans from enum lists.

This commit is contained in:
Robert Osfield
2006-05-15 11:56:59 +00:00
parent 587adca056
commit 4431b381d3

View File

@@ -26,14 +26,14 @@ namespace osgDB {
enum CaseSensitivity
{
CASE_SENSITIVE,
CASE_INSENSITIVE,
CASE_INSENSITIVE
};
enum FileType
{
FILE_NOT_FOUND,
REGULAR_FILE,
DIRECTORY,
DIRECTORY
};
// Make a new directory. Returns true if directory exists or was created.