From: Wolfgang Bangerth Date: Mon, 22 Apr 2002 07:34:27 +0000 (+0000) Subject: Ah, two more extraneous semicolons for Sun Forte... X-Git-Tag: v8.0.0~18149 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e949305aabdfaf1ece70459c18d1f0b4a5e8782;p=dealii.git Ah, two more extraneous semicolons for Sun Forte... git-svn-id: https://svn.dealii.org/trunk@5699 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index 44b5fbe873..7ad0553917 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -113,7 +113,7 @@ namespace HSL "the respective files in the right place, " "re-configuring the library and re-building it!")); }; - }; + } }; #endif // ifndef HAVE_HSL_MA27 @@ -187,7 +187,7 @@ namespace HSL "the respective files in the right place, " "re-configuring the library and re-building it!")); }; - }; + } }; #endif // ifndef HAVE_HSL_MA47