From: Wolfgang Bangerth Date: Wed, 2 Mar 2005 16:12:57 +0000 (+0000) Subject: Remove stray backslashes. X-Git-Tag: v8.0.0~14560 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=279e4db20395a63406c633f823a85b4793d76578;p=dealii.git Remove stray backslashes. git-svn-id: https://svn.dealii.org/trunk@9950 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index feee24282a..4de5129f7d 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -3982,7 +3982,7 @@ AC_DEFUN(DEAL_II_CHECK_GETHOSTNAME, dnl int main() { - char buf\[100\]; + char buf[100]; gethostname(buf,99); volatile long double x=1.0;