repo.or.cz
/
pyghosd.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
31113b4
)
Indentation fix (and an excuse to test the repo!)
master
author
Sylvain
<
[email protected]
>
Tue, 23 Oct 2007 07:07:25 +0000
(23
03:07
-0400)
committer
Sylvain
<
[email protected]
>
Tue, 23 Oct 2007 07:07:25 +0000
(23
03:07
-0400)
ghosd.c
patch
|
blob
|
blame
|
history
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"); \