Cleanup of backend option strings.

This commit is contained in:
Camilla Berglund
2012-12-02 19:01:20 +01:00
parent 14e71833bd
commit 5da8ed250a
5 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ typedef struct _GLFWlibrary _GLFWlibrary;
#elif defined(_GLFW_X11)
#include "x11_platform.h"
#else
#error "No supported platform selected"
#error "No supported window creation API selected"
#endif