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
This commit is contained in:
David Schleef 2003-10-09 18:47:06 +00:00
parent 2da3ce2b93
commit a85a7ac463

View file

@ -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);