Added missing semicolon.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1746 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-06-05 18:26:06 +00:00
parent ca97893240
commit a66ac34685
+1 -1
View File
@@ -194,7 +194,7 @@ const char *debug_transport_id_to_initiator_name(const uint8_t *transport_id)
case SCSI_TRANSPORTID_PROTOCOLID_SRP:
scnprintf(name_buf, SIZEOF_NAME_BUF,
"%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x"
"%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x",
":%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x",
transport_id[8], transport_id[9],
transport_id[10], transport_id[11],
transport_id[12], transport_id[13],