From: John Tsiombikas Date: Tue, 23 Aug 2022 22:26:23 +0000 (+0300) Subject: removed extra comma at the end of enum X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=0b9d84feffca1d0b875798c657a9667b2e378c0a;p=miniglut removed extra comma at the end of enum --- diff --git a/miniglut.h b/miniglut.h index 71a8125..53bb17b 100644 --- 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 {