summaryrefslogtreecommitdiff
path: root/trunk/turbojpegl.c
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-13 19:22:50 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-10-13 19:22:50 +0000
commit5306ea42d2d8c30dfa3872cc4e435c9fc1b0d6aa (patch)
tree27593a00e3fc2e2f1c1a5dcd6fb79c9b3997bc7f /trunk/turbojpegl.c
parentcbc7e2ea8c9ca29f7fd3632aed204cfeabaf5ca7 (diff)
Space = Tab
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@256 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/turbojpegl.c')
-rw-r--r--trunk/turbojpegl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/turbojpegl.c b/trunk/turbojpegl.c
index 2150a2d..c3694c8 100644
--- a/trunk/turbojpegl.c
+++ b/trunk/turbojpegl.c
@@ -93,7 +93,7 @@ DLLEXPORT tjhandle DLLCALL tjInitCompress(void)
if(setjmp(j->jerr.jb))
{ // this will execute if LIBJPEG has an error
if(j) free(j); return NULL;
- }
+ }
jpeg_create_compress(&j->cinfo);
j->cinfo.dest=&j->jdms;
@@ -157,7 +157,7 @@ DLLEXPORT int DLLCALL tjCompress(tjhandle h,
{ // this will execute if LIBJPEG has an error
if(row_pointer) free(row_pointer);
return -1;
- }
+ }
jpeg_set_defaults(&j->cinfo);