aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modutils/modprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c
index 1e4d24e0d..68754696b 100644
--- a/modutils/modprobe.c
+++ b/modutils/modprobe.c
@@ -259,6 +259,7 @@ static struct dep_t *build_dep ( void )
259 current-> m_deparr [current-> m_depcnt - 1] = dep; 259 current-> m_deparr [current-> m_depcnt - 1] = dep;
260 260
261 //printf ( " %d) %s\n", current-> m_depcnt, current-> m_deparr [current-> m_depcnt -1] ); 261 //printf ( " %d) %s\n", current-> m_depcnt, current-> m_deparr [current-> m_depcnt -1] );
262 p = next + 2;
262 } while (next < end); 263 } while (next < end);
263 } 264 }
264 265