Fix naming issue.

This commit is contained in:
Danila Fedorin 2016-12-20 21:21:53 -08:00
parent 043562aacf
commit 22c73d5a0e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <stdarg.h>
enum libds_result_e {
SUCCSESS,
SUCCESS,
MALLOC
};