summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon/osmocon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/osmocon/osmocon.c')
-rw-r--r--src/host/osmocon/osmocon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/host/osmocon/osmocon.c b/src/host/osmocon/osmocon.c
index 7bc05f02..e8df925a 100644
--- a/src/host/osmocon/osmocon.c
+++ b/src/host/osmocon/osmocon.c
@@ -18,7 +18,7 @@
#include <osmocore/select.h>
#include <osmocore/talloc.h>
-#include "version.h"
+//#include "version.h"
#define MODEM_BAUDRATE B115200
#define MAX_DNLOAD_SIZE 0xFFFF
@@ -471,7 +471,7 @@ static int usage(const char *name)
static int version(const char *name)
{
- printf("\n%s version %s\n", name, VERSION);
+ //printf("\n%s version %s\n", name, VERSION);
exit(2);
}