class Appl: changed command from required to not-required.

This commit is contained in:
Roland Jax
2014-11-24 18:19:10 +01:00
parent 972277d68d
commit 73eeef99f6
4 changed files with 31 additions and 35 deletions
+2 -4
View File
@@ -23,12 +23,10 @@
#include "appl.h"
#include "port.h"
#include "decode.h"
#include "tcpsocket.h"
#include <iostream>
#include <cstdlib>
#include <fstream>
#include <iomanip>
#include <unistd.h>
using namespace std;
@@ -96,6 +94,6 @@ int main(int argc, char* argv[])
cout << "error opening device " << A.getOptVal<const char*>("device") << endl;
return 0;
exit(EXIT_SUCCESS);
}