mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
Merge pull request #1132 from jan-schreib/master
Removed unreachable code and fixed a typo.
This commit is contained in:
commit
adeae5eced
@ -73,9 +73,7 @@ int reboot_arch(int mode)
|
||||
err(EXIT_FAILURE, "reboot: execve");
|
||||
}
|
||||
|
||||
errx(EXIT_FAILURE, "reboot: this should not habe been reached");
|
||||
|
||||
return -1;
|
||||
errx(EXIT_FAILURE, "reboot: this should not have been reached");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user