diff options
Diffstat (limited to 'etisnoop.cpp')
-rw-r--r-- | etisnoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etisnoop.cpp b/etisnoop.cpp index 8f95455..9503e6f 100644 --- a/etisnoop.cpp +++ b/etisnoop.cpp @@ -596,7 +596,7 @@ int main(int argc, char *argv[]) switch (ch) { case 'd': { - int subchix = atoi(optarg); + int subchix = atoi(optarg); DabPlusSnoop dps; streams_to_decode[subchix] = dps; } |