From 6fbc03d2b4494d017dadad5ddce6d8ec4af8dd18 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 6 Sep 2018 02:02:10 +0000 Subject: [PATCH] Update JoeyLib Vector Image Functions --- JoeyLib-Vector-Image-Functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JoeyLib-Vector-Image-Functions.md b/JoeyLib-Vector-Image-Functions.md index 767b28d..88bcc98 100644 --- a/JoeyLib-Vector-Image-Functions.md +++ b/JoeyLib-Vector-Image-Functions.md @@ -14,4 +14,4 @@ Releases memory used by `vec`. ```c bool jlVecLoad(jlVecT vec, char *filename); ``` -(Note: This prototype isn't entirely accurate. No pointer crazyness is needed to pass the image into this function.)* Loads the image `vec` from the file `filename`. Handles memory allocation for you. Returns `true` on success or `false` otherwise. \ No newline at end of file +*(Note: This prototype isn't entirely accurate. No pointer crazyness is needed to pass the image into this function.)* Loads the image `vec` from the file `filename`. Handles memory allocation for you. Returns `true` on success or `false` otherwise. \ No newline at end of file