From 8c97de0dcfe2ea39fbf1456948da15c6d504db2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sat, 26 Feb 2022 11:31:17 +0100 Subject: [PATCH] debug, missing ';' in vkvg.h --- include/vkvg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vkvg.h b/include/vkvg.h index 5415482..592ad6b 100644 --- a/include/vkvg.h +++ b/include/vkvg.h @@ -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. * -- 2.47.3