diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/env_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env_flash.c b/common/env_flash.c index 1593d2c..69fa2ae 100644 --- a/common/env_flash.c +++ b/common/env_flash.c @@ -374,4 +374,4 @@ void env_relocate_spec (void) #endif /* ! ENV_IS_EMBEDDED || CFG_ENV_ADDR_REDUND */ } -#endif /* CFG_ENV_IS_IN_FLASH) */ +#endif /* CFG_ENV_IS_IN_FLASH */ |