From: Jean-Philippe Bruyère Date: Wed, 2 Mar 2022 14:19:14 +0000 (+0100) Subject: debug win: missing ';' X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=9ad200852203eb6ca811eb42896746207172662c;p=jp%2Fvkvg.git debug win: missing ';' --- diff --git a/src/vkvg_context_internal.h b/src/vkvg_context_internal.h index c6cc154..fdf951f 100644 --- a/src/vkvg_context_internal.h +++ b/src/vkvg_context_internal.h @@ -248,7 +248,7 @@ typedef struct { uint32_t cp;//current point VKVG_IBO_INDEX_TYPE firstIdx;//save first point idx for closed path - float lhMax//miter limit * line width + float lhMax;//miter limit * line width }stroke_context_t; void _check_vertex_cache_size (VkvgContext ctx);