compositor-tty: Fix ioctl error handling
authorDavid Herrmann <dh.herrmann@googlemail.com>
Fri, 2 Dec 2011 15:16:40 +0000 (16:16 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 5 Dec 2011 14:48:42 +0000 (09:48 -0500)
commit7172d9e22d49507db158994129672772f4a60a46
tree070c490678366f54917f48917672ba8df604fd7f
parent4bfb82adf7feb8b9f646aa43d729fcf8915c56df
compositor-tty: Fix ioctl error handling

(!x < 0) is always false and doesn't make sense here. Looks like a typo so
remove the negation.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
compositor/tty.c