mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user