浏览代码

Clarify undocumented platform errors

Camilla Löwy 8 年之前
父节点
当前提交
4928e2bf0a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/init.c

+ 1 - 1
src/init.c

@@ -67,7 +67,7 @@ static const char* getErrorString(int error)
         case GLFW_VERSION_UNAVAILABLE:
             return "The requested API version is unavailable";
         case GLFW_PLATFORM_ERROR:
-            return "A platform-specific error occurred";
+            return "An undocumented platform-specific error occurred";
         case GLFW_FORMAT_UNAVAILABLE:
             return "The requested format is unavailable";
         case GLFW_NO_WINDOW_CONTEXT: