Fixed a warning message.

This commit is contained in:
curt 2000-02-19 02:28:58 +00:00
parent 35ed10e252
commit cb03bfcb80

View File

@ -4,7 +4,7 @@
#include "serial.hxx"
main () {
int main () {
FGSerialPort port;
string value;
bool result;
@ -27,4 +27,6 @@ main () {
cout << "-> " << value << endl;
}
}
return 0;
}