From: Jean-Philippe Bruyère Date: Sat, 26 Feb 2022 10:31:17 +0000 (+0100) Subject: debug, missing ';' in vkvg.h X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=8c97de0dcfe2ea39fbf1456948da15c6d504db2a;p=jp%2Fvkvg.git debug, missing ';' in vkvg.h --- 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. *