From: Wolfgang Bangerth Date: Mon, 6 Jul 2009 17:43:00 +0000 (+0000) Subject: Fix a stupid mistake with a missing semicolon. X-Git-Tag: v8.0.0~7533 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce589a5ce6f1cfb5574d633af30751bc945d6b39;p=dealii.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 *,