closes #13, obi_errno is initialized to 0

This commit is contained in:
Celine Mercier
2015-10-02 13:46:34 +02:00
parent c59a244e9d
commit 4b8bf41a71

View File

@ -10,5 +10,5 @@
*/ */
int obi_errno; int obi_errno = 0;