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