Skip to content

Commit 4ded1f3

Browse files
author
Hood
committed
Add missing paren
1 parent ff88e95 commit 4ded1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ft2font_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const char *PyFT2Image_draw_rect__doc__ =
6666
"--\n\n"
6767
"Draw an empty rectangle to the image.\n";
6868

69-
static PyObject *PyFT2Image_draw_rect(PyFT2Image *self, PyObject *args
69+
static PyObject *PyFT2Image_draw_rect(PyFT2Image *self, PyObject *args)
7070
{
7171
double x0, y0, x1, y1;
7272

0 commit comments

Comments
 (0)