From e0c92982e951448932246325fb664455822cbbd8 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 24 May 2011 20:28:18 +0300 Subject: [PATCH] registrybinary: small cleanups Remove unneeded braces from string define. Small doc improvement. --- gst/gstregistrybinary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstregistrybinary.h b/gst/gstregistrybinary.h index a367f41..aa2c6d3 100644 --- a/gst/gstregistrybinary.h +++ b/gst/gstregistrybinary.h @@ -55,12 +55,12 @@ G_BEGIN_DECLS * This _must_ be updated whenever the registry format changes, * we currently use the core version where this change happened. */ -#define GST_MAGIC_BINARY_VERSION_STR ("0.10.30.1") +#define GST_MAGIC_BINARY_VERSION_STR "0.10.30.1" /* * GST_MAGIC_BINARY_VERSION_LEN: * - * length of the version string. + * Maximum length of the version string in the header. */ #define GST_MAGIC_BINARY_VERSION_LEN (64) -- 2.7.4