Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -15,8 +15,8 @@ void __fastcall__ _poserror (const char* msg)
|
||||
|
||||
ExitTurbo();
|
||||
if (msg && *msg) {
|
||||
DlgBoxOk(msg, errmsg);
|
||||
DlgBoxOk(msg, errmsg);
|
||||
} else {
|
||||
DlgBoxOk("", errmsg);
|
||||
DlgBoxOk("", errmsg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user