mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
small typo
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@478 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
7fb3e5a9c5
commit
9cf00d18d4
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ int add_files(const char *name)
|
|||
char *c;
|
||||
|
||||
if (strstr(name, "nocompress:") == name) {
|
||||
free(realname);
|
||||
realname = strdup(name + 11);
|
||||
} else {
|
||||
realname = strdup(name);
|
||||
|
|
Loading…
Add table
Reference in a new issue