From a66ac3468590bf290f46a4f7594d90f1d26106c2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 5 Jun 2010 18:26:06 +0000 Subject: [PATCH] Added missing semicolon. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1746 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_debug.c b/scst/src/scst_debug.c index c6e8bbefb..7d1772132 100644 --- a/scst/src/scst_debug.c +++ b/scst/src/scst_debug.c @@ -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],