diff options
Diffstat (limited to 'otk_c/font.c')
| -rw-r--r-- | otk_c/font.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otk_c/font.c b/otk_c/font.c index 7c9b4f5f..a709f587 100644 --- a/otk_c/font.c +++ b/otk_c/font.c @@ -1,4 +1,4 @@ -// -*- mode: C; indent-tabs-mode: nil; -*- +// -*- mode: C; indent-tabs-mode: nil; c-basic-offset: 2; -*- #include "../config.h" #include "font.h" @@ -135,7 +135,7 @@ static PyObject *otkfont_getattr(PyObject *obj, char *name) return Py_FindMethod(get_methods, obj, name); } -PyTypeObject Otkfont_Type = { +PyTypeObject OtkFont_Type = { PyObject_HEAD_INIT(NULL) 0, "OtkFont", |
