From 5dc4cd59ca2f0cf0f4d4d384a3dd4a6c874a829a Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Wed, 23 Jan 2008 01:51:26 +0000 Subject: [PATCH] comment change --- common/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.cpp b/common/common.cpp index 7b353b2dd5..30c09a21ed 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -277,7 +277,7 @@ wxString ReturnPcbLayerName( int layer_number, bool omitSpacePadding ) */ { -#if 0 || defined(DEBUG) +#if 0 && defined(DEBUG) // Dick: this code is working fine, but we have no place to store the layer names yet.