From a85a7ac463aed758ed0e5c2ec3bd48e6f5fc62e4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 9 Oct 2003 18:47:06 +0000 Subject: [PATCH] Minor typo that causes problems if GST_DEBUG_ENABLED is undefined Original commit message from CVS: Minor typo that causes problems if GST_DEBUG_ENABLED is undefined --- gst/gstinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstinfo.h b/gst/gstinfo.h index e7012d17a6..6c9944680d 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -457,7 +457,7 @@ extern GstErrorHandler _gst_error_handler; #endif /********** function pointer stuff **********/ -#if GST_DEBUG_ENABLED +#ifdef GST_DEBUG_ENABLED void* _gst_debug_register_funcptr (void *ptr, gchar *ptrname); gchar* _gst_debug_nameof_funcptr (void *ptr);