Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2005-03-29 18:27:20 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-03-29 18:27:20 +0400
commit607083cc9a8c274f0bd9b9b4b0b9dc3ca57c2baa (patch)
treee62c82ab731babb0bd4d457110bd1753abde6fa3 /intern/ghost/GHOST_Types.h
parent4d4e7765424bc6a005414b70a8b98227971d6906 (diff)
Removed comma at end of enumerator list to please fussy compiler.
Diffstat (limited to 'intern/ghost/GHOST_Types.h')
-rw-r--r--intern/ghost/GHOST_Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_Types.h b/intern/ghost/GHOST_Types.h
index 8f487203ef7..8e439cfc9e3 100644
--- a/intern/ghost/GHOST_Types.h
+++ b/intern/ghost/GHOST_Types.h
@@ -87,7 +87,7 @@ typedef enum {
GHOST_kWindowState8Normal = 8,
GHOST_kWindowState8Maximized,
GHOST_kWindowState8Minimized,
- GHOST_kWindowState8FullScreen,
+ GHOST_kWindowState8FullScreen
} GHOST_TWindowState;