mount: mark die() as nonreturn

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2010-11-23 19:42:33 +01:00
parent 81a12d11ef
commit cf59b09c1e
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ error (const char *fmt, ...) {
}
/* Fatal error. Print message and exit. */
void
__attribute__ ((noreturn)) void
die(int err, const char *fmt, ...) {
va_list args;