瀏覽代碼

[KMSDRM] Change error message.

Vanfanel 4 年之前
父節點
當前提交
9de7eaf9ac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/video/kmsdrm/SDL_kmsdrmvideo.c

+ 1 - 1
src/video/kmsdrm/SDL_kmsdrmvideo.c

@@ -965,7 +965,7 @@ KMSDRM_VideoInit(_THIS)
        For VK-incompatible initializations we have KMSDRM_GBMInit(), which is
        called on window creation, and only when we know it's not a VK window. */
     if (KMSDRM_InitDisplays(_this)) {
-        ret = SDL_SetError("error getting KMS/DRM information");
+        ret = SDL_SetError("error getting KMSDRM displays information");
     }
 
 #ifdef SDL_INPUT_LINUXEV