summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/gl_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index 44188481b9..31d9e526e9 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -862,7 +862,7 @@ int glFmt2bpp(GLenum format, GLenum type)
case GL_LUMINANCE_ALPHA:
return 2 * component_size;
}
- return 0; // unknown
+ abort(); // unknown
}
/**