fix compiler warning

edge.strict_endians
cha0smaster 2005-10-07 13:26:44 +00:00
parent 3d46df6b4a
commit 3814896a5b
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ static int usage(void)
exit(1);
}
static void version (void)
static void version(void) __attribute__((noreturn));
static void version(void)
{
printf("%s v%s\n\n"
"Attempt to fix an NTFS partition.\n\n"