mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 22:12:25 +01:00
Fix another Windows warning.
This commit is contained in:
parent
3389a99ae1
commit
eef1308888
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ void win_error()
|
|||
"3.2.x configuration detected",
|
||||
MB_YESNO|MB_ICONQUESTION) == IDNO)
|
||||
{
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue