Skip to content
Snippets Groups Projects
Commit f75c814c authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-01-14 13:38:54 by simonmar]

eliminate warning.
parent 449f2ec2
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Main.c,v 1.15 2000/01/14 13:17:16 hwloidl Exp $
* $Id: Main.c,v 1.16 2000/01/14 13:38:54 simonmar Exp $
*
* (c) The GHC Team 1998-1999
*
......@@ -120,8 +120,8 @@ int main(int argc, char *argv[])
case Success:
exit_status = EXIT_SUCCESS;
break;
case NoStatus:
barf("main thread completed with no status");
default:
barf("main thread completed with invalid status");
}
shutdownHaskellAndExit(exit_status);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment