From 9b6162f31d85b23385b9e61d53525a5e99a6f045 Mon Sep 17 00:00:00 2001 From: sletz Date: Fri, 25 Nov 2011 12:53:01 +0000 Subject: [PATCH] Typo. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4609 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/JackClient.cpp b/common/JackClient.cpp index fe1a34c0..9e1c952b 100644 --- a/common/JackClient.cpp +++ b/common/JackClient.cpp @@ -640,7 +640,7 @@ int JackClient::PortRegister(const char* port_name, const char* port_type, unsig { // Check if port name is empty string port_name_str = string(port_name); - if (port_name_str.size() == 0) + if (port_name_str.size() == 0) { jack_error("port_name is empty"); return 0; // Means failure here... }