Fix compilation error for -DKOI8. Thanks to Dmitry Pankov 2:5022/81
This commit is contained in:
parent
fbb115aca1
commit
d2691d4024
@ -336,7 +336,7 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
cout << "Route Diagram Drawing Tool v." << __gver_shortver__ << __gver_platform__ << __gver_postversion__;
|
cout << "Route Diagram Drawing Tool v." << __gver_shortver__ << __gver_platform__ << __gver_postversion__;
|
||||||
#ifdef KOI8
|
#ifdef KOI8
|
||||||
cout << " (koi8)"
|
cout << " (koi8)";
|
||||||
#endif
|
#endif
|
||||||
cout << endl
|
cout << endl
|
||||||
<< "Copyright (C) 1999 Odinn Sorensen" << endl
|
<< "Copyright (C) 1999 Odinn Sorensen" << endl
|
||||||
|
Reference in New Issue
Block a user