From: wolf Date: Wed, 2 Mar 2005 16:12:57 +0000 (+0000) Subject: Remove stray backslashes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10cdfd23e802ea157f22544297ab3605099e5639;p=dealii-svn.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;