Rename MatrixCreateError() to MatrixErrorCreate()

This commit is contained in:
Jordan Bancino 2022-09-16 11:49:48 -04:00
parent d7a1f7411d
commit 21894489cb

View file

@ -78,6 +78,6 @@ extern void
MatrixHttpHandler(HttpServerContext *, void *);
extern HashMap *
MatrixCreateError(MatrixError);
MatrixErrorCreate(MatrixError);
#endif