mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 06:46:19 +02:00
Fixing typo and syntax
This commit is contained in:
parent
0578a54ea0
commit
522ca55ed8
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ int main (int argc, char** argv) {
|
|||
GRAB_TARGET_NAME,
|
||||
EXIT,
|
||||
} mode = READY;
|
||||
|
||||
for (int ii = 1; (mode != EXIT) && (ii < argc); ii++) {
|
||||
inputs.push_back(argv[ii]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue