diff options
| author | doko <doko@ubuntu.com> | 2012-06-21 12:12:20 +0200 |
|---|---|---|
| committer | doko <doko@ubuntu.com> | 2012-06-21 12:12:20 +0200 |
| commit | a3e7f9ea1c2ebd81f616d0969d12ad3b38fbe828 (patch) | |
| tree | 8e4f1518d4144c9c1edf14710af8058516a89c2f /Python | |
| parent | 7ac84bc26fded516fe7000e1d77bb32cbb5ec998 (diff) | |
| download | cpython-a3e7f9ea1c2ebd81f616d0969d12ad3b38fbe828.tar.gz | |
format_obj: make it static
Diffstat (limited to 'Python')
| -rw-r--r-- | Python/formatter_unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c index cd6667053e..4b0fd91489 100644 --- a/Python/formatter_unicode.c +++ b/Python/formatter_unicode.c @@ -1347,7 +1347,7 @@ done: /************************************************************************/ /*********** built in formatters ****************************************/ /************************************************************************/ -int +static int format_obj(PyObject *obj, _PyUnicodeWriter *writer) { PyObject *str; |
