summaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-06 11:45:47 +0000
committerUlf Möller <ulf@openssl.org>1999-05-06 11:45:47 +0000
commit47696333505bf617936524364fb1f18291be4f82 (patch)
tree95c188f2d3c4a5dd9b8f37499649f5b3e49ab8e8 /util/pl
parentfb3214f92fd4ad535b7f9642d440405871bf5fc6 (diff)
Add missing semicolon.
Submitted by: Janez Jere <jj@void.si>
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/BC-32.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index 7305c95666..de5b47bf97 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -18,9 +18,9 @@ $mlflags='';
$out_def="out32";
$tmp_def="tmp32";
$inc_def="inc32";
-#enable max error messages, disable most common errors, and be quiet
+#enable max error messages, disable most common warnings
$cflags="-j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
-$dcflags='n'
+$dcflags='n';
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";