draw: fix warning

This commit is contained in:
Keith Whitwell 2009-09-24 16:44:58 +01:00
parent 6e0b56edf8
commit cd362334ad
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ static boolean post_vs_cliptest_viewport_gl( struct pt_post_vs *pvs,
unsigned clipped = 0;
unsigned j;
if (0) debug_printf("%s\n");
if (0) debug_printf("%s\n", __FUNCTION__);
for (j = 0; j < count; j++) {
float *position = out->data[pos];