comparison gui/ui/actions.c @ 37061:a5c95b14d0db

Add a break statement (for the sake of clarity).
author ib
date Tue, 22 Apr 2014 14:08:33 +0000
parents 91f11a849d4d
children ae6e40640d94
comparison
equal deleted inserted replaced
37060:cbc73d32870f 37061:a5c95b14d0db
456 break; 456 break;
457 457
458 case 1: 458 case 1:
459 default: 459 default:
460 aspect = -1; 460 aspect = -1;
461 break;
461 } 462 }
462 463
463 snprintf(cmd, sizeof(cmd), "pausing_keep switch_ratio %f", aspect); 464 snprintf(cmd, sizeof(cmd), "pausing_keep switch_ratio %f", aspect);
464 mp_input_queue_cmd(mp_input_parse_cmd(cmd)); 465 mp_input_queue_cmd(mp_input_parse_cmd(cmd));
465 466