Explorar el Código

Fixes a compile error
* Adds a missing semicolon for pre-renewal.

aleos hace 5 años
padre
commit
74cbb835b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/common/sql.cpp

+ 1 - 1
src/common/sql.cpp

@@ -1077,7 +1077,7 @@ void Sql_UpgradesChecker(Sql *sql_handle, e_sql_database schema) {
 			std::string mode = "Renewal";
 #else
 			uint8 compiledMode = MODE_PRERENEWAL;
-			std::string mode = "Prerenewal"
+			std::string mode = "Prerenewal";
 #endif
 
 			if (compiledMode != update->mode) {