Skip to content
Snippets Groups Projects
Commit c6901472 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo

parent d6c9c7cb
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ static PyObject * idle_getIdleSec(PyObject *self, PyObject *args)
#endif
#ifndef _WIN32
if (!XScreenSaverQueryExtension(display, &event_base, &error_base))
if (XScreenSaverQueryExtension(display, &event_base, &error_base))
{
if (mit_info == NULL)
mit_info = XScreenSaverAllocInfo();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment