changeset 4564:8a0a0eb77f0b

[project @ 2003-10-29 12:47:42 by jwe]
author jwe
date Wed, 29 Oct 2003 12:47:42 +0000
parents 742993a501b9
children 1db951a4fcd5
files src/utils.cc
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/utils.cc	Wed Oct 29 06:25:12 2003 +0000
+++ b/src/utils.cc	Wed Oct 29 12:47:42 2003 +0000
@@ -780,9 +780,7 @@
     }
 
   if (neg && Vwarn_neg_dim_as_zero)
-    {
-      warning ("%s: converting negative dimension to zero", warnfor);
-    }
+    warning ("%s: converting negative dimension to zero", warnfor);
 }