From 369b47d69271a73bab58fe7e2b36d2a02ea43dea Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 15 Feb 2005 22:56:49 +0000 Subject: [PATCH] remove windows crap (^M) --- common/idle.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/idle.c b/common/idle.c index 881d488d4..a5c61bf05 100644 --- a/common/idle.c +++ b/common/idle.c @@ -20,8 +20,8 @@ #include #include #include - #include - #include + #include + #include #else #define _WIN32_WINNT 0x0500 #include @@ -38,7 +38,7 @@ static PyObject * idle_init(PyObject *self, PyObject *args) -{ +{ #ifndef _WIN32 gtk_init (NULL, NULL); #else @@ -86,7 +86,7 @@ static PyObject * idle_getIdleSec(PyObject *self, PyObject *args) } static PyObject * idle_close(PyObject *self, PyObject *args) -{ +{ #ifndef _WIN32 gtk_main_quit (); #else