summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-06-14 16:36:40 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-06-14 16:36:40 +0000
commit33c816472836929795d3cd2dfab41b0b32ef1aae (patch)
treeab5d5a1a2a6b7d01e0d8b6e58e07b874ff855cc5
parentb46b8d830f855b006c4688dbb68e813d152fe9f2 (diff)
downloadxine-lib-33c816472836929795d3cd2dfab41b0b32ef1aae.tar.gz
xine-lib-33c816472836929795d3cd2dfab41b0b32ef1aae.tar.bz2
fix comment (this is enclosed in #ifdef DEBUG)
CVS patchset: 6690 CVS date: 2004/06/14 16:36:40
-rw-r--r--src/xine-utils/xineutils.h4
1 files 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 *******/