aboutsummaryrefslogtreecommitdiff
path: root/jcstest.c
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2014-02-27 21:22:54 +0000
committerDRC <dcommander@users.sourceforge.net>2014-02-27 21:22:54 +0000
commit006bc58dd6a8c68f4b3a26511e8684f5f3f1508a (patch)
tree3d273e56741af9607089fb8d4134a037cc774227 /jcstest.c
parent6f75a351a39154a9928b8538f37dd56f54bdba9f (diff)
downloadlibjpeg-turbo-006bc58dd6a8c68f4b3a26511e8684f5f3f1508a.tar.gz
Use C-style comments
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1125 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jcstest.c')
-rw-r--r--jcstest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/jcstest.c b/jcstest.c
index 98f16da6..358ed251 100644
--- a/jcstest.c
+++ b/jcstest.c
@@ -78,7 +78,7 @@ int main(void)
jerr.pub.output_message = my_output_message;
if(setjmp(jerr.jb)) {
- // this will execute if libjpeg has an error
+ /* this will execute if libjpeg has an error */
jcs_valid = 0;
goto done;
}
@@ -105,7 +105,7 @@ int main(void)
#endif
if(setjmp(jerr.jb)) {
- // this will execute if libjpeg has an error
+ /* this will execute if libjpeg has an error */
jcs_alpha_valid = 0;
goto done2;
}