diff options
author | volzhs <volzhs@gmail.com> | 2017-02-02 21:15:47 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-02-02 21:15:47 +0900 |
commit | e3cf4726517984ea201ee6aafd54d23e4c086a4b (patch) | |
tree | 318ae1df8c9d860b807983882fec84ad0c72e0ca /core/error_list.h | |
parent | 86a04198d96820b853bec79165b738a841142768 (diff) | |
download | redot-engine-e3cf4726517984ea201ee6aafd54d23e4c086a4b.tar.gz |
Match ERROR_QUERY_FAILED enum with others
Diffstat (limited to 'core/error_list.h')
-rw-r--r-- | core/error_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/error_list.h b/core/error_list.h index c3cd9b399d..f4063a9285 100644 --- a/core/error_list.h +++ b/core/error_list.h @@ -58,7 +58,7 @@ enum Error { ERR_FILE_EOF, ERR_CANT_OPEN, ///< Can't open a resource/socket/file ERR_CANT_CREATE, // (20) - ERROR_QUERY_FAILED, + ERR_QUERY_FAILED, ERR_ALREADY_IN_USE, ERR_LOCKED, ///< resource is locked ERR_TIMEOUT, |