James Sarrett 8 gadi atpakaļ
vecāks
revīzija
a4b6a330e7
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      include/openhmd.h

+ 2 - 2
include/openhmd.h

@@ -244,10 +244,10 @@ OHMD_APIENTRYDLL int OHMD_APIENTRY ohmd_ctx_probe(ohmd_context* ctx);
  * This is where the distortion shader sources can be retrieved.
  *
  * @param type The name of the string to fetch. One of OHMD_GLSL_DISTORTION_FRAG_SRC, and OHMD_GLSL_DISTORTION_FRAG_SRC.
- * @param outt The location to return a const char*
+ * @param out The location to return a const char*
  * @return 0 on success, <0 on failure.
  **/
-OHMD_APIENTRYDLL int ohmd_gets(ohmd_string_description type, const char ** dst);
+OHMD_APIENTRYDLL int ohmd_gets(ohmd_string_description type, const char** out);
 
 /**
  * Get device description from enumeration list index.