projects
/
miniglut
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5df46d
)
removed extra comma at the end of enum
author
John Tsiombikas
<nuclear@member.fsf.org>
Tue, 23 Aug 2022 22:26:23 +0000
(
01:26
+0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Tue, 23 Aug 2022 22:26:23 +0000
(
01:26
+0300)
miniglut.h
patch
|
blob
|
history
diff --git
a/miniglut.h
b/miniglut.h
index
71a8125
..
53bb17b
100644
(file)
--- a/
miniglut.h
+++ b/
miniglut.h
@@
-85,7
+85,7
@@
enum {
GLUT_INIT_WINDOW_WIDTH,
GLUT_INIT_WINDOW_HEIGHT,
GLUT_ELAPSED_TIME,
- GLUT_WINDOW_COLORMAP_SIZE,
+ GLUT_WINDOW_COLORMAP_SIZE
};
enum {