summaryrefslogtreecommitdiff
path: root/devel/pedisassem/files/patch-main.c
blob: 10c2bcf42d2b8202de98a8dda1d22157b68d746e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
--- main.c.orig	Wed Sep 12 13:00:18 2001
+++ main.c	Sat Jun 12 23:39:59 2004
@@ -2146,7 +2146,7 @@
                 if (getMap(pos)&0x05) orMap(pos, 0x10);
                 /*----------*/popTrace();
             }
-        default:
+        default: break;
     }
     return 1;
 }
@@ -2246,7 +2246,7 @@
             orMap(r, 0xE0);  
             /*-----------*/popTrace();
             break;
-        default:
+        default: break;
     }
 }
 
@@ -2306,7 +2306,7 @@
         switch(i)
         {
             case  8: changeTo80Real(r,rmax);  break;
-            default: 
+            default: break; 
         }
     }
 }
@@ -2970,7 +2970,7 @@
             // the following code is move to above position....^^^^^.....
             //if (ref<pos+4) { eraseUncertain(ref); break; }
 
-            default:
+            default: break;
         }
     }
  //
@@ -3042,7 +3042,7 @@
                           /*-----------*/popTrace();
                      }
                  }
-            default:
+            default: break;
         }
     }
 }
@@ -3217,7 +3217,7 @@
                  }
              }
              break;
-        default:
+        default: break;
     }
     /*-----------*/popTrace();
 }