changeset 14325:000250ff9516

Add missing break that caused an irritating error message all the time when using slave mode.
author reimar
date Mon, 03 Jan 2005 13:56:48 +0000
parents 4e8b654acc46
children 9261d7dcf5e7
files input/input.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/input/input.c	Mon Jan 03 10:46:53 2005 +0000
+++ b/input/input.c	Mon Jan 03 13:56:48 2005 +0000
@@ -647,6 +647,7 @@
     } break;
     case -1:
       ptr = NULL;
+      break;
     default :
       mp_msg(MSGT_INPUT,MSGL_ERR,"Unknown argument %d\n",i);
     }