summaryrefslogtreecommitdiff
path: root/libgphoto2_port/test
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2002-01-04 21:06:39 +0000
committerDan Fandrich <dan@coneharvesters.com>2002-01-04 21:06:39 +0000
commit739b6a6308cd24b58ad0c142f71c67ec5a469f43 (patch)
treed227105bc1261f1ef44f2c9c97679c6caf7869ab /libgphoto2_port/test
parentc62919100e2d58c02b2939f4342768219a6352e1 (diff)
downloadlibgphoto2-739b6a6308cd24b58ad0c142f71c67ec5a469f43.tar.gz
Eliminated // comments in gphoto2 core for non-C99 compilers
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3708 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/test')
-rw-r--r--libgphoto2_port/test/test-gp-port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/test/test-gp-port.c b/libgphoto2_port/test/test-gp-port.c
index c53959a9b..376f777f6 100644
--- a/libgphoto2_port/test/test-gp-port.c
+++ b/libgphoto2_port/test/test-gp-port.c
@@ -50,7 +50,7 @@ main (int argc, char **argv)
settings.serial.speed = 57600;
gp_port_set_settings(dev, settings);
- //printf("CTS: %i", gp_port_pin_get( dev, PIN_CTS, LOW ) );
+ /*printf("CTS: %i", gp_port_pin_get( dev, PIN_CTS, LOW ) );*/
gp_port_write(dev, "AT\n", 3); /* write bytes to the device */