From 120435aad09adf6d14bb4cf91b1bb3caf3567aa8 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 6 Apr 2001 11:13:45 +0000 Subject: Negative exit code cleanup: Replace exit(-x) with exit(x). As seen on tech-userlevel. --- mille/mille.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mille') diff --git a/mille/mille.c b/mille/mille.c index 1c6869f5..09cb28c2 100644 --- a/mille/mille.c +++ b/mille/mille.c @@ -1,4 +1,4 @@ -/* $NetBSD: mille.c,v 1.10 2000/05/08 07:56:04 mycroft Exp $ */ +/* $NetBSD: mille.c,v 1.11 2001/04/06 11:13:52 wiz Exp $ */ /* * Copyright (c) 1982, 1993 @@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1982, 1993\n\ #if 0 static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: mille.c,v 1.10 2000/05/08 07:56:04 mycroft Exp $"); +__RCSID("$NetBSD: mille.c,v 1.11 2001/04/06 11:13:52 wiz Exp $"); #endif #endif /* not lint */ @@ -78,7 +78,7 @@ main(ac, av) break; default: printf("usage: milles [ restore_file ]\n"); - exit(-1); + exit(1); /* NOTREACHED */ } Play = PLAYER; -- cgit v1.2.3-56-ge451