overlay: Remove the double ':' from object comm names

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2013-08-18 18:54:04 +01:00
parent 6a38200b87
commit 5d41b13824

View File

@ -486,7 +486,7 @@ static void show_gem_objects(struct overlay_context *ctx, struct overlay_gem_obj
if ((comm->bytes >> 20) == 0)
break;
sprintf(buf, " %s: %ldMB, %d objects",
sprintf(buf, " %s %ldMB, %d objects",
comm->name, comm->bytes >> 20, comm->count);
cairo_set_source_rgba(ctx->cr, 1, 1, 1, 1);
cairo_move_to(ctx->cr, x, y);