Add missing semicolon.
authorUlf Möller <ulf@openssl.org>
Thu, 6 May 1999 11:45:47 +0000 (11:45 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 6 May 1999 11:45:47 +0000 (11:45 +0000)
Submitted by: Janez Jere <jj@void.si>

util/pl/BC-32.pl

index 7305c9566641c466b60431299d345128a0c95d11..de5b47bf97ee3500454d70035751fafb70d1d29b 100644 (file)
@@ -18,9 +18,9 @@ $mlflags='';
 $out_def="out32";
 $tmp_def="tmp32";
 $inc_def="inc32";
 $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 ";
 $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";
 if ($debug)
 {
     $cflags.="-Od -y -v -vi- -D_DEBUG";