i915g: Add missing break statement in i915_debug.c.

This commit is contained in:
Vinson Lee 2009-11-20 14:31:42 -08:00
parent 36e2074b63
commit f6541773c4

View file

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