registrybinary: small cleanups
authorStefan Kost <ensonic@users.sf.net>
Tue, 24 May 2011 17:28:18 +0000 (20:28 +0300)
committerStefan Kost <ensonic@users.sf.net>
Tue, 24 May 2011 17:30:11 +0000 (20:30 +0300)
Remove unneeded braces from string define. Small doc improvement.

gst/gstregistrybinary.h

index a367f41..aa2c6d3 100644 (file)
@@ -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)