Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Commit

Permalink
Fixed compilation error with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
squidpickles committed Jun 26, 2014
1 parent 7aff611 commit a17cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesserpy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ static PyMethodDef TesserPyMethods[] = {
#ifdef IS_PY3K
#define INITERROR return NULL

static struct PyModuleDef TesserPyModuleDef {
static struct PyModuleDef TesserPyModuleDef = {
PyModuleDef_HEAD_INIT,
"tesserpy", // m_name
PyDoc_STR("A Python API for Tesseract"), // m_doc
Expand Down

0 comments on commit a17cc7d

Please sign in to comment.