commit | 87d38418a19509a2e5ed966880791c222fea4df1 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Jul 25 16:42:30 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jul 25 16:42:30 2013 -0700 |
tree | 9ada1e7fae0d39b49564f0d9d0250d1471698ba8 | |
parent | 8eeb30b9d1d72e5b43c62dfad728f4a992aea4d7 [diff] [blame] |
compositor-x11: Use assert(0) instead of return NULL for non-reachable code
diff --git a/src/compositor-x11.c b/src/compositor-x11.c index 51ae35d..6baf522 100644 --- a/src/compositor-x11.c +++ b/src/compositor-x11.c
@@ -934,7 +934,7 @@ return output; } - return NULL; + assert(0); } #ifdef HAVE_XCB_XKB