sync: compress two if statements
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 15 Oct 2013 00:11:20 +0000 (10:11 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 18 Oct 2013 03:42:15 +0000 (13:42 +1000)
commit5c7cfd4c6978834551848e1be62af240102e39b5
treea4cb72d2f78a7f8d2121310f8abd20086c35f56e
parent7cf1b595c8c8f9776a39559d2878cf90af3f2859
sync: compress two if statements

No functional changes, just merges a > and == condition into a >= condition.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Xext/sync.c