mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
binfmt/elf: Fix the minor style issue
and remove the unused macros and unnecessary cast Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
98bb66998b
commit
cb8df39207
+1
-1
@@ -96,7 +96,7 @@ static int builtin_loadbinary(FAR struct binary_s *binp,
|
||||
* the priority. That is a bug and needs to be fixed.
|
||||
*/
|
||||
|
||||
builtin = builtin_for_index(index);
|
||||
builtin = builtin_for_index(index);
|
||||
if (builtin == NULL)
|
||||
{
|
||||
berr("ERROR: %s is not a builtin application\n", filename);
|
||||
|
||||
Reference in New Issue
Block a user