Change usage() to package-specific call.

This commit is contained in:
Mark Hessling
2002-07-30 03:38:31 +00:00
parent 4e718004a6
commit 0468fc018a

View File

@@ -18,7 +18,7 @@
* Mark Hessling M.Hessling@qut.edu.au http://www.lightlink.com/hessling/
*/
static char RCSid[] = "$Id: loader.c,v 1.6 2002/07/29 07:13:28 mark Exp $";
static char RCSid[] = "$Id: loader.c,v 1.7 2002/07/30 03:38:31 mark Exp $";
#include "rxpack.h"
@@ -124,7 +124,7 @@ int main
return(0);
break;
case 'h':
default : usage();
default : PACKAGEUSEAGE();
}
}