- added a 'return 0' statement

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@32 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2001-11-01 15:44:19 +00:00
parent c57e2e266d
commit 3f727ca8b7
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ int sc_test_init(int *argc, char *argv[])
}
printf("connected.\n");
fflush(stdout);
return 0;
}
void sc_test_cleanup()