From 5280c736a9466cd97f56ebb508be2371aacb1d53 Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Tue, 25 Mar 2008 14:01:36 -0400 Subject: control.c (_stp_ctl_write_dbug): Insert missing break. --- runtime/transport/control.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/transport/control.c') diff --git a/runtime/transport/control.c b/runtime/transport/control.c index ed7725fa..92334b9c 100644 --- a/runtime/transport/control.c +++ b/runtime/transport/control.c @@ -106,6 +106,7 @@ static void _stp_ctl_write_dbug(int type, void *data, int len) case STP_UNWIND: snprintf(buf, sizeof(buf), "%s", (char *)data); _dbug("sending STP_UNWIND %s [len=%d]\n", buf, len); + break; default: _dbug("ERROR: unknown message type: %d\n", type); break; -- cgit