From 4431b381d3b56293b3d3f6b7082f7875220f7138 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 15 May 2006 11:56:59 +0000 Subject: [PATCH] From Eric Wing, removed trailing commans from enum lists. --- include/osgDB/FileUtils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osgDB/FileUtils b/include/osgDB/FileUtils index 982ff21f9..046560376 100644 --- a/include/osgDB/FileUtils +++ b/include/osgDB/FileUtils @@ -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.