1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 14:53:12 +02:00

- Fixed win32 compile error with default: ;

This commit is contained in:
stskeeps
2002-11-22 21:04:40 +00:00
parent e4bd382898
commit cd83b8a845
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1672,3 +1672,4 @@ seen. gmtime warning still there
completely new and works differently. All remnants of the old system have been removed.
- Changed the module config system slightly to be able to detect more errors.
- /rehash for conf3 (that works) :)
- Fixed win32 compile error with default: ;
+1 -1
View File
@@ -139,7 +139,7 @@ int Auth_CheckError(ConfigEntry *ce)
X509_free(x509_filecert);
break;
#endif
default:
default: ;
}
}
}