i915: Add missing break statement in i915_debug_packet.

This commit is contained in:
Vinson Lee 2009-12-10 18:21:59 -08:00
parent d38ffed523
commit cb1dcb55f9
1 changed files with 1 additions and 0 deletions

View File

@ -806,6 +806,7 @@ static GLboolean i915_debug_packet( struct debug_stream *stream )
default:
return debug(stream, "", 0);
}
break;
default:
assert(0);
return 0;