From ffc4374869b9ac10539a3c18e13b29d1b0c64484 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:53 +0100 Subject: Imported from util-linux-2.11o tarball. --- sys-utils/readprofile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/readprofile.c') diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c index a0dd3ac71..398ebb4ce 100644 --- a/sys-utils/readprofile.c +++ b/sys-utils/readprofile.c @@ -129,7 +129,7 @@ main (int argc, char **argv) { proFile=defaultpro; mapFile=defaultmap; - while ((c=getopt(argc,argv,optstring))!=-1) { + while ((c = getopt(argc,argv,optstring)) != -1) { switch(c) { case 'm': mapFile=optarg; break; case 'n': optNative++; break; -- cgit v1.2.3-55-g7522