formatting

SVN revision: 49672
This commit is contained in:
Vincent Torri 2010-06-14 19:34:14 +00:00
parent de14ee6ecf
commit 698ac34608
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ ecore_x_randr_get_screen_info_fetch(void)
xcb_randr_get_screen_info_reply_t *reply;
cookie.sequence = _ecore_xcb_cookie_get();
reply =xcb_randr_get_screen_info_reply(_ecore_xcb_conn, cookie, NULL);
reply = xcb_randr_get_screen_info_reply(_ecore_xcb_conn, cookie, NULL);
_ecore_xcb_reply_cache(reply);
#endif /* ECORE_XCB_RANDR */
}