summaryrefslogtreecommitdiffstats
path: root/core/error_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/error_list.h')
-rw-r--r--core/error_list.h2
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,