Re: [PATCH] fix tty_destroy

2011-01-25 Thread Kristian Høgsberg
On Tue, Jan 25, 2011 at 6:01 AM, Tim Wiederhake wrote: > fixes segfault when active tty could not be opened > fixes copy-paste mistake. Thanks, applied. A little nitpick about the commit message formatting: could you capitalize the title and format the body as regular text (regular punctuation a

[PATCH] fix tty_destroy

2011-01-25 Thread Tim Wiederhake
fixes segfault when active tty could not be opened fixes copy-paste mistake. --- compositor/tty.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compositor/tty.c b/compositor/tty.c index 70c319d..6314b14 100644 --- a/compositor/tty.c +++ b/compositor/tty.c @@ -148,