forked from lda/telodendria
Rename MatrixCreateError() to MatrixErrorCreate()
This commit is contained in:
parent
d7a1f7411d
commit
21894489cb
1 changed files with 1 additions and 1 deletions
|
@ -78,6 +78,6 @@ extern void
|
||||||
MatrixHttpHandler(HttpServerContext *, void *);
|
MatrixHttpHandler(HttpServerContext *, void *);
|
||||||
|
|
||||||
extern HashMap *
|
extern HashMap *
|
||||||
MatrixCreateError(MatrixError);
|
MatrixErrorCreate(MatrixError);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue