]> O.S.I.I.S - jp/vkvg.git/commitdiff
debug, missing ';' in vkvg.h
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 26 Feb 2022 10:31:17 +0000 (11:31 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 26 Feb 2022 10:31:17 +0000 (11:31 +0100)
include/vkvg.h

index 541548290c244e83c7dbd880bf541aeb69f2c3de..592ad6b3cd07334f017e5f9636c9d10d60ae1290 100644 (file)
@@ -1575,7 +1575,7 @@ VkvgText vkvg_text_run_create (VkvgContext ctx, const char* text);
  * @return VkvgText
  */
 vkvg_public
-VkvgText vkvg_text_run_create_with_length (VkvgContext ctx, const char* text, uint32_t length)
+VkvgText vkvg_text_run_create_with_length (VkvgContext ctx, const char* text, uint32_t length);
 /**
  * @brief Release ressources holded by the text run.
  *