mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
21 lines
350 B
C
21 lines
350 B
C
--- src/util.c.orig Mon Aug 16 16:09:49 2004
|
|
+++ src/util.c Mon Aug 16 16:10:57 2004
|
|
@@ -995,7 +995,7 @@
|
|
break;
|
|
|
|
default:
|
|
-
|
|
+ break;
|
|
}
|
|
ibuf->mx = x;
|
|
ibuf->my = y;
|
|
@@ -1147,7 +1147,7 @@
|
|
break;
|
|
|
|
default:
|
|
-
|
|
+ break;
|
|
}
|
|
ibuf->lx = INT_MIN;
|
|
ibuf->ly = INT_MIN;
|