From ce505bf62b6c702ab3cfeda8b6bb350e68da940b Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Sat, 2 Mar 2002 11:51:28 +0000 Subject: [PATCH] Move brace over - big deal! --- common/loader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/loader.c b/common/loader.c index e42e6ba2..9e9527df 100644 --- a/common/loader.c +++ b/common/loader.c @@ -18,7 +18,7 @@ * Mark Hessling M.Hessling@qut.edu.au http://www.lightlink.com/hessling/ */ -static char RCSid[] = "$Id: loader.c,v 1.1 2001/11/11 05:10:33 mark Exp $"; +static char RCSid[] = "$Id: loader.c,v 1.2 2002/03/02 11:51:28 mark Exp $"; #include "rxpack.h" @@ -152,7 +152,7 @@ int main usage(); } else - { + { /* * Next argument is the name of the Rexx program... */