1
0
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:
Christian Mehlis 2014-05-10 21:16:15 +02:00
commit adeae5eced

View File

@ -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");
}
/**