summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-09-15 08:08:24 +0000
committerDan Fandrich <dan@coneharvesters.com>2010-09-15 08:08:24 +0000
commit69465b70e35cbf3e944e1408e9a7a3231f72e7ef (patch)
tree0d47dba5ca9628f7820d28b72a468ec425898cb1 /tests
parent379f2faa20aca17a5add3b4d622de6dd49c3ba09 (diff)
downloadlibgphoto2-69465b70e35cbf3e944e1408e9a7a3231f72e7ef.tar.gz
Replaced C99-style comments
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13311 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests')
-rw-r--r--tests/ddb/ddb-common.h2
-rw-r--r--tests/test-camera-list.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ddb/ddb-common.h b/tests/ddb/ddb-common.h
index 43905f8b4..075757a5e 100644
--- a/tests/ddb/ddb-common.h
+++ b/tests/ddb/ddb-common.h
@@ -77,7 +77,7 @@ typedef struct YYLTYPE {
YY_DECL;
/* #define YYLEX_PARAM void */
-// #define YYDEBUG 1
+/* #define YYDEBUG 1 */
extern FILE *yyin;
diff --git a/tests/test-camera-list.c b/tests/test-camera-list.c
index 3d8038731..cf0ebfa65 100644
--- a/tests/test-camera-list.c
+++ b/tests/test-camera-list.c
@@ -130,7 +130,7 @@ typedef enum {
static OutputFormat format = FMT_HEADED_TEXT;
-// #define DEBUG_OUTPUT
+/* #define DEBUG_OUTPUT */
/** Parse command line and set global variables. */