X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fhwconfig.c;h=e47d4d742066eb2b221833293c8057208c3dfb9b;hb=0caac5f4155a1db6c5ce921c7f9294b6b46e7744;hp=515074808ddada52371ad8329970d005a8d72795;hpb=dd50af2515ad39fa2f6c09ab621f69fef4f5fceb;p=oweals%2Fu-boot.git diff --git a/common/hwconfig.c b/common/hwconfig.c index 515074808d..e47d4d7420 100644 --- a/common/hwconfig.c +++ b/common/hwconfig.c @@ -81,8 +81,8 @@ static const char *__hwconfig(const char *opt, size_t *arglen, if (!env_hwconfig) { if (!(gd->flags & GD_FLG_ENV_READY)) { printf("WARNING: Calling __hwconfig without a buffer " - "and before environment is ready\n"); - return NULL; + "and before environment is ready\n"); + return NULL; } env_hwconfig = getenv("hwconfig"); }