Skip to content

Commit

Permalink
Merge pull request #6 from RISC-OS-Community/develop
Browse files Browse the repository at this point in the history
fixed a typo in the new vect_get_last_error function declaration
  • Loading branch information
pzaino authored Apr 7, 2024
2 parents d98deb1 + 83a765a commit 3de0d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h/zvector
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ bool vect_is_empty(const_vector const v);
* value that corresponds to the error code. You can
* use the ZVECT_ERR enum to check the error code.
*/
int vect_get_last_error(const vector const v);
int vect_get_last_error(const vector v);

/*
* vect_size returns the actual size (the number of)
Expand Down

0 comments on commit 3de0d8f

Please sign in to comment.