overlay: Remove the double ':' from object comm names
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 18 Aug 2013 17:54:04 +0000 (18:54 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 18 Aug 2013 17:55:12 +0000 (18:55 +0100)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
overlay/overlay.c

index 3faabfc..65197a0 100644 (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);