]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
fix-msf-cat-warnings-in-compile-et-20010524
authorNathan Neulinger <nneul@umr.edu>
Thu, 24 May 2001 22:11:45 +0000 (22:11 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 24 May 2001 22:11:45 +0000 (22:11 +0000)
so we don't get warning for msf stuff

src/comerr/compile_et.c

index 582da683922de70b2d58d10fe35c9ddaf575e639..8452e107808710007334f3f8314eaf0f3af89727 100644 (file)
@@ -108,7 +108,7 @@ static const char warning[] =
     "/*\n * %s:\n * This file is automatically generated; please do not edit it.\n */\n";
 
 static const char msf_warning[] =
-    "$\n$ %s:\n$ This file is automatically generated; please do not edit it.\n$\n$set 1\n";
+    "$ \n$ %s:\n$ This file is automatically generated; please do not edit it.\n$\n$set 1\n";
 
 /* pathnames */
 char c_file[MAXPATHLEN];       /* output file */