Indentation fix (and an excuse to test the repo!)master
authorSylvain <[email protected]>
Tue, 23 Oct 2007 07:07:25 +0000 (23 03:07 -0400)
committerSylvain <[email protected]>
Tue, 23 Oct 2007 07:07:25 +0000 (23 03:07 -0400)
ghosd.c

diff --git a/ghosd.c b/ghosd.c
index b452b1e..6a009e7 100644 (file)
--- a/ghosd.c
+++ b/ghosd.c
@@ -62,7 +62,7 @@ ghosd_flash_text(PyObject * self, PyObject * args, PyObject * kw)
       return NULL; \
     } \
     if (!PyArg_ParseTuple(nam ## _color, "ffff",  \
-                         & ri.nam ## r, & ri.nam## g, \
+                         & ri.nam ## r, & ri.nam ## g, \
                          & ri.nam ## b, & ri.nam ## a)) {      \
       PyErr_SetString(PyExc_TypeError, \
                      #nam "_color should be a 4-tuple of floats"); \