mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 06:30:09 +00:00
quick copy-paste typo
This commit is contained in:
parent
efae294b15
commit
b267f13c61
@ -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) {
|
if (st.st_dev == config->st_dev && st.st_ino == config->st_ino) {
|
||||||
/* skip depend with bb_configs.h */
|
/* skip depend with bb_configs.h */
|
||||||
return NULL;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p_i = ap;
|
p_i = ap;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user