quick copy-paste typo

This commit is contained in:
"Vladimir N. Oleynik" 2006-02-17 09:05:41 +00:00
parent efae294b15
commit b267f13c61

View File

@ -1294,7 +1294,7 @@ static void parse_inc(const char *include, const char *fname)
if (st.st_dev == config->st_dev && st.st_ino == config->st_ino) {
/* skip depend with bb_configs.h */
return NULL;
return;
}
}
p_i = ap;