Skip to content

Commit 491629b

Browse files
committed
modify dbr.c
1 parent 76086c4 commit 491629b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dbr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,7 @@ static PyObject * InitLicense(PyObject *obj, PyObject *args)
18781878

18791879
int ret = DBR_InitLicense(self->hBarcode, pszLicense);
18801880
const char* errorString = DBR_GetErrorString(ret);
1881-
printf("%s", errorString);
1881+
printf("%s\n", errorString);
18821882
return Py_BuildValue("i", ret);
18831883
}
18841884

0 commit comments

Comments
 (0)