From 33c816472836929795d3cd2dfab41b0b32ef1aae Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 14 Jun 2004 16:36:40 +0000 Subject: fix comment (this is enclosed in #ifdef DEBUG) CVS patchset: 6690 CVS date: 2004/06/14 16:36:40 --- src/xine-utils/xineutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 8334562d6..76180a8f4 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.87 2004/05/09 17:42:24 valtri Exp $ + * $Id: xineutils.h,v 1.88 2004/06/14 16:36:40 mroi Exp $ * */ #ifndef XINEUTILS_H @@ -1009,7 +1009,7 @@ void xine_hexdump (const char *buf, int length); #else # define XINE_PROFILE(function) function # define XINE_PROFILE_ACCUMULATE(function) function -#endif /* LOG */ +#endif /* DEBUG */ /******** double chained lists with builtin iterator *******/ -- cgit v1.2.3