ao-send-telem: make --realtime work
authorMike Beattie <mike@ethernal.org>
Tue, 7 Aug 2012 19:07:49 +0000 (07:07 +1200)
committerMike Beattie <mike@ethernal.org>
Tue, 7 Aug 2012 19:07:49 +0000 (07:07 +1200)
(add "break;" to the case statement for options)

Signed-off-by: Mike Beattie <mike@ethernal.org>
ao-tools/ao-send-telem/ao-send-telem.c

index c4c354e00f0469477f42e5789956dabfebd4e346..c6cc51a160227f7e3c9d7620f432fb388043a6db 100644 (file)
@@ -182,6 +182,7 @@ main (int argc, char **argv)
                        break;
                case 'R':
                        realtime = 1;
+                       break;
                default:
                        usage(argv[0]);
                        break;