diff options
author | Karel Kočí <cynerd@email.cz> | 2015-04-19 13:00:45 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-04-19 13:00:45 +0200 |
commit | 0f508989d57ebc2de47304007a3c51a1f62f6cc6 (patch) | |
tree | 7ae40bdf1305caed20e91576717566ab5f95a671 /scripts/parse_kconfig | |
parent | 6ea380c45bf31ae79a7fcd08fa6d5f09fb4ef996 (diff) | |
download | linux-conf-perf-0f508989d57ebc2de47304007a3c51a1f62f6cc6.tar.gz linux-conf-perf-0f508989d57ebc2de47304007a3c51a1f62f6cc6.tar.bz2 linux-conf-perf-0f508989d57ebc2de47304007a3c51a1f62f6cc6.zip |
write_config writing loaded configuration
Diffstat (limited to 'scripts/parse_kconfig')
-rw-r--r-- | scripts/parse_kconfig/cnfexpr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/parse_kconfig/cnfexpr.c b/scripts/parse_kconfig/cnfexpr.c index 3e1dcd6..2a22a3c 100644 --- a/scripts/parse_kconfig/cnfexpr.c +++ b/scripts/parse_kconfig/cnfexpr.c @@ -333,5 +333,4 @@ struct boolexp *printf_original(struct symlist *sl, struct expr *expr) { printf(" ERROR\n"); break; } - } |