Skip to content

Commit

Permalink
debug, missing ';' in vkvg.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruyere committed Feb 26, 2022
1 parent aab2e3d commit 8c97de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vkvg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 8c97de0

Please sign in to comment.