Skip to content

Commit

Permalink
Merge pull request #16 from alexeyvo/master
Browse files Browse the repository at this point in the history
Remove extra ) bracket
  • Loading branch information
vrogier committed Sep 21, 2015
2 parents 239347b + eaac521 commit 15f36e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library.c
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ boolean OCI_API OCI_Initialize

/* Oracle 8i does not support full Unicode mode */

if (OCILib.version_runtime < OCI_9_0))
if (OCILib.version_runtime < OCI_9_0)
{
OCI_ExceptionNotAvailable(NULL, OCI_FEATURE_WIDE_USERDATA);
OCI_LIB_JUMP_EXIT()
Expand Down

0 comments on commit 15f36e1

Please sign in to comment.