Diff between 1e64bbc81d65d50bb14ebdb014d9b58e947a0219 and 790e32b8da57755c9e97647310a0d7db6eb0c7fd
Changed Files
| File | Additions | Deletions | Status |
| android/client/haltest.c | +1 | -1 | modified |
Full Patch
diff --git a/android/client/haltest.c b/android/client/haltest.c
index 72771b3..f9b0674 100644
--- a/android/client/haltest.c
+++ b/android/client/haltest.c
@@ -424,7 +424,7 @@ static void init(void)
}
/* Init what is available to init */
- for (i = 2; i < NELEM(interfaces) - 1; ++i) {
+ for (i = 3; i < NELEM(interfaces) - 1; ++i) {
m = get_interface_method(interfaces[i]->name, "init");
if (m != NULL)
m->func(2, argv);