mesa: change create_version_string() return type to void
[mesa.git] / src / mesa / main / version.c
index b3b02ef2dbf1447a63cc77c7e17b3cba9aa58c4e..55638a80719d30979999a89e46bb23dc30fa1d4f 100644 (file)
@@ -57,7 +57,7 @@ override_version(struct gl_context *ctx)
 /**
  * Builds the MESA version string.
  */
-static GLboolean
+static void
 create_version_string(struct gl_context *ctx, const char *prefix)
 {
    static const int max = 100;