From: bangerth Date: Mon, 6 Jul 2009 17:43:00 +0000 (+0000) Subject: Fix a stupid mistake with a missing semicolon. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56aadbb8d532820d0e7c9f5098168dce3423c59d;p=dealii-svn.git Fix a stupid mistake with a missing semicolon. git-svn-id: https://svn.dealii.org/trunk@19026 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/sparsity_tools.cc b/deal.II/lac/source/sparsity_tools.cc index e26c14ef6a..2dab62ddf0 100644 --- a/deal.II/lac/source/sparsity_tools.cc +++ b/deal.II/lac/source/sparsity_tools.cc @@ -45,7 +45,7 @@ extern "C" { // the following is from Metis-4.0/Lib/struct.h: - typedef int idxtype + typedef int idxtype; // and this is from proto.h void METIS_PartGraphKway(int *, idxtype *, idxtype *,