~ubuntu-branches/ubuntu/wily/mupen64plus-video-rice/wily-proposed

« back to all changes in this revision

Viewing changes to debian/patches/tnt_cominber.patch

  • Committer: Package Import Robot
  • Author(s): Sven Eckelmann
  • Date: 2013-12-16 15:16:56 UTC
  • Revision ID: package-import@ubuntu.com-20131216151656-u6qynmxwziiindgp
Tags: 2.0-2
* debian/patches:
  - Add tnt_cominber.patch, add missing break statement for
    CM_FMT_TYPE_NOT_USED
* Upgraded to policy 3.9.5, no changes required

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: add missing break statement for CM_FMT_TYPE_NOT_USED
 
2
Author: Richard Goedeken <Richard@fascinationsoftware.com>
 
3
 
 
4
---
 
5
diff --git a/src/CNvTNTCombiner.cpp b/src/CNvTNTCombiner.cpp
 
6
index c79b4a241db891e050500607dede12f7bc028146..0cd62dbb25c10823edb37ad2a04b0ec8dfe24f4c 100644
 
7
--- a/src/CNvTNTCombiner.cpp
 
8
+++ b/src/CNvTNTCombiner.cpp
 
9
@@ -76,6 +76,7 @@ int CNvTNTCombiner::ParseDecodedMux()
 
10
             comb.arg1 = MUX_1;
 
11
             comb.arg2 = MUX_0;
 
12
             comb.arg3 = MUX_1;
 
13
+           break;
 
14
         case CM_FMT_TYPE_D:             // = A
 
15
             comb.arg0 = m.d;
 
16
             comb.arg1 = MUX_1;