Skip to content
Snippets Groups Projects
Commit 2b354880 authored by Martin Kaltenbrunner's avatar Martin Kaltenbrunner
Browse files

fix TuioDemo command line options

parent ad76a8c2
Branches
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ static void show_help() {
static void init(int argc, char** argv) {
char c;
while ((c = getopt(argc, argv, "t:p:a:fvh")) != -1) {
while ((c = getopt(argc, argv, "p:a:tfvh")) != -1) {
switch (c) {
case 't':
_udp = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment