opensc-explorer.c:89: warning: function declaration isn’t a prototype

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4860 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2010-11-06 16:53:11 +00:00
parent 3aea304a8e
commit f841b88e06
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ static void die(int ret)
exit(ret);
}
static void select_current_path_or_die()
static void select_current_path_or_die(void)
{
if (current_path.type || current_path.len) {
int r = sc_select_file(card, &current_path, NULL);