Commit 240d8ed7 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

server: Add missing linebreak to a dump message.

parent ea18c740
......@@ -104,7 +104,7 @@ static void completion_dump( struct object *obj, int verbose )
struct completion *completion = (struct completion *) obj;
assert( obj->ops == &completion_ops );
fprintf( stderr, "Completion depth=%u", completion->depth );
fprintf( stderr, "Completion depth=%u\n", completion->depth );
}
static struct object_type *completion_get_type( struct object *obj )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment