X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2Fhashtable.c;h=f08847758a091da8d9960ff94ec830fbcfa502ce;hb=ab2d09b4be42a7cc263dcceab6ef0e3c012d2c7a;hp=4e52b368e44db20668b69367b9b98ceb54f3a073;hpb=fd42e1b589b5ae7e89dc327a70e5852999a23aeb;p=oweals%2Fu-boot.git diff --git a/lib/hashtable.c b/lib/hashtable.c index 4e52b368e4..f08847758a 100644 --- a/lib/hashtable.c +++ b/lib/hashtable.c @@ -477,11 +477,11 @@ int hdelete_r(const char *key, struct hsearch_data *htab, int flag) return 1; } +#if !(defined(CONFIG_SPL_BUILD) && !defined(CONFIG_SPL_SAVEENV)) /* * hexport() */ -#ifndef CONFIG_SPL_BUILD /* * Export the data stored in the hash table in linearized form. * @@ -499,7 +499,7 @@ int hdelete_r(const char *key, struct hsearch_data *htab, int flag) * * If the separator character is different from NUL, then any * separator characters and backslash characters in the values will - * be escaped by a preceeding backslash in output. This is needed for + * be escaped by a preceding backslash in output. This is needed for * example to enable multi-line values, especially when the output * shall later be parsed (for example, for re-import). *