diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2010-04-08 18:43:03 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2010-04-08 18:43:03 +0000 |
| commit | 203a264f96b585427f58f88d2d7af3dcd59c905d (patch) | |
| tree | 2fafa2eafa0a5b763d72ebbdc61dd8604f1415fd /jp3d/codec | |
| parent | b5ff4ffedcf5a944723631f7e680c8f5a45ae34f (diff) | |
[v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for catching this.
Diffstat (limited to 'jp3d/codec')
| -rwxr-xr-x | jp3d/codec/jp3d_to_volume.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jp3d/codec/jp3d_to_volume.c b/jp3d/codec/jp3d_to_volume.c index a5614d71..b5c75756 100755 --- a/jp3d/codec/jp3d_to_volume.c +++ b/jp3d/codec/jp3d_to_volume.c @@ -205,6 +205,8 @@ int get_file_format(char *filename) { }
}
}
+
+ return -1;
}
/* -------------------------------------------------------------------------- */
|
