mesa: change create_version_string() return type to void

Fixes "warning: no return statement in function returning non-void"
This commit is contained in:
Brian Paul
2012-09-17 19:46:17 -06:00
parent 1ce9f25fde
commit 35f16600b3

View File

@@ -57,7 +57,7 @@ override_version(struct gl_context *ctx)
/** /**
* Builds the MESA version string. * Builds the MESA version string.
*/ */
static GLboolean static void
create_version_string(struct gl_context *ctx, const char *prefix) create_version_string(struct gl_context *ctx, const char *prefix)
{ {
static const int max = 100; static const int max = 100;