diff options
| author | 2018-02-17 17:12:26 +0000 | |
|---|---|---|
| committer | 2018-02-17 17:12:26 +0000 | |
| commit | d2efdbf6bb91229d043303b1694fefae79ea6fe7 (patch) | |
| tree | bc256da2d24eaf978af4a04cd45f79045c0b745d /include/modules/sql.h | |
| parent | Import the anticaps module from inspircd-extras. (diff) | |
Fix building on Windows (mostly).
Diffstat (limited to 'include/modules/sql.h')
| -rw-r--r-- | include/modules/sql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/sql.h b/include/modules/sql.h index 01adbb42e..14cd60a56 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -42,7 +42,7 @@ namespace SQL enum ErrorCode { /** No error has occurred. */ - NO_ERROR, + SUCCESS, /** The database identifier is invalid. */ BAD_DBID, |
