[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 2d9e64c278
commit 642684b9eb
1 changed files with 2 additions and 0 deletions

View File

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