summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server/InterpreterServlet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/server/InterpreterServlet.cpp')
-rw-r--r--src/uscxml/server/InterpreterServlet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/server/InterpreterServlet.cpp b/src/uscxml/server/InterpreterServlet.cpp
index a62a6eb..af56ba3 100644
--- a/src/uscxml/server/InterpreterServlet.cpp
+++ b/src/uscxml/server/InterpreterServlet.cpp
@@ -138,7 +138,7 @@ bool InterpreterWebSocketServlet::wsRecvRequest(struct evws_connection *conn, co
Data InterpreterWebSocketServlet::getDataModelVariables() {
Data data;
- if(_url.length() > 0);
+ if(_url.length() > 0)
data.compound["location"] = Data(_url, Data::VERBATIM);
return data;
}