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 | 642684b9ebe7011bb4c812c977cdda49ab3b1b3c (patch) | |
| tree | 3a059f4053a4a942315e0d2418b2011dabfc0d7e /codec | |
| parent | 2d9e64c2782a712eb8676db9370a9d165d9ed71b (diff) | |
[v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for catching this.
Diffstat (limited to 'codec')
| -rwxr-xr-x | codec/jp3d_to_volume.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codec/jp3d_to_volume.c b/codec/jp3d_to_volume.c index a5614d71..b5c75756 100755 --- a/codec/jp3d_to_volume.c +++ b/codec/jp3d_to_volume.c @@ -205,6 +205,8 @@ int get_file_format(char *filename) { }
}
}
+
+ return -1;
}
/* -------------------------------------------------------------------------- */
|
