Fixes a compile error
* Adds a missing semicolon for pre-renewal.
This commit is contained in:
parent
6f163887d0
commit
74cbb835b6
@ -1077,7 +1077,7 @@ void Sql_UpgradesChecker(Sql *sql_handle, e_sql_database schema) {
|
|||||||
std::string mode = "Renewal";
|
std::string mode = "Renewal";
|
||||||
#else
|
#else
|
||||||
uint8 compiledMode = MODE_PRERENEWAL;
|
uint8 compiledMode = MODE_PRERENEWAL;
|
||||||
std::string mode = "Prerenewal"
|
std::string mode = "Prerenewal";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (compiledMode != update->mode) {
|
if (compiledMode != update->mode) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user