blob: f338a735509f59cbc7b0704263d441f95de9f9fc (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- src/framework.c.orig 2004-11-15 22:44:28.000000000 +0900
+++ src/framework.c 2004-11-15 22:47:04.000000000 +0900
@@ -81,6 +81,7 @@
default:
/* do nothing for now */
+ ;
} /* end switch */
if (obj != NULL)
|