We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76086c4 commit 491629bCopy full SHA for 491629b
1 file changed
src/dbr.c
@@ -1878,7 +1878,7 @@ static PyObject * InitLicense(PyObject *obj, PyObject *args)
1878
1879
int ret = DBR_InitLicense(self->hBarcode, pszLicense);
1880
const char* errorString = DBR_GetErrorString(ret);
1881
- printf("%s", errorString);
+ printf("%s\n", errorString);
1882
return Py_BuildValue("i", ret);
1883
}
1884
0 commit comments