[v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for catching this.
This commit is contained in:
parent
2d9e64c278
commit
642684b9eb
|
@ -205,6 +205,8 @@ int get_file_format(char *filename) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue