picoproj: remove an unreachable break statement
authorAntonio Ospite <ospite@studenti.unina.it>
Sat, 29 Jun 2013 22:20:51 +0000 (00:20 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Sat, 20 Jul 2013 22:18:03 +0000 (00:18 +0200)
examples/picoproj.c

index 92dbfbf..d6d1c59 100644 (file)
@@ -160,7 +160,6 @@ int main(int argc, char *argv[])
                case 'h':
                        usage(argv[0]);
                        exit(EXIT_SUCCESS);
-                       break;
                default: /* '?' */
                        usage(argv[0]);
                        exit(EXIT_FAILURE);