summaryrefslogtreecommitdiff
path: root/libgphoto2_port/test/test-port-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2_port/test/test-port-list.c')
-rw-r--r--libgphoto2_port/test/test-port-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgphoto2_port/test/test-port-list.c b/libgphoto2_port/test/test-port-list.c
index 10c3ecdd0..4da17af58 100644
--- a/libgphoto2_port/test/test-port-list.c
+++ b/libgphoto2_port/test/test-port-list.c
@@ -107,7 +107,7 @@ run_test ()
case GP_PORT_USB_SCSI: port_type_str = "USBSCSI"; break;
case GP_PORT_DISK: port_type_str = "DISK"; break;
case GP_PORT_PTPIP: port_type_str = "PTPIP"; break;
- case GP_PORT_TCP: port_type_str = "TCP"; break;
+ case GP_PORT_IP: port_type_str = "IP"; break;
default: port_type_str = "UNKNOWN"; return 3; break;
}
printf ("No: %d\n"