[v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for catching this.

This commit is contained in:
Francois-Olivier Devaux
2010-04-08 18:43:03 +00:00
parent b5ff4ffedc
commit 203a264f96
3 changed files with 9 additions and 6 deletions

View File

@@ -205,6 +205,8 @@ int get_file_format(char *filename) {
}
}
}
return -1;
}
/* -------------------------------------------------------------------------- */