From 781865e0dae6d187785cb07084a4e3482230461d Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 13 Jun 2015 21:02:20 -0400 Subject: [PATCH] doc: Cannot reference GST_PACKAGE_RELEASE_DATETIME So simply remove the % sign. --- gst/gstplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstplugin.h b/gst/gstplugin.h index 6e49332..c76302f 100644 --- a/gst/gstplugin.h +++ b/gst/gstplugin.h @@ -149,7 +149,7 @@ typedef gboolean (*GstPluginInitFullFunc) (GstPlugin *plugin, gpointer user_data * format (or rather, a subset thereof), or %NULL. Allowed are the * following formats: "YYYY-MM-DD" and "YYY-MM-DDTHH:MMZ" (with * 'T' a separator and 'Z' indicating UTC/Zulu time). This field - * should be set via the %GST_PACKAGE_RELEASE_DATETIME + * should be set via the GST_PACKAGE_RELEASE_DATETIME * preprocessor macro. * * A plugin should export a variable of this type called plugin_desc. The plugin -- 2.7.4