summaryrefslogtreecommitdiffstats
path: root/src/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-05-24 11:37:19 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-05-24 11:37:19 (GMT)
commitbaa898789a2b70b4b969ac36a096c3fa77806ca5 (patch)
tree4ab1ddb575e7fec66fc9baf0abbc9560486370b2 /src/uscxml
parentd0dcc2cbec95f3bfae5da9ff07fc63833eb61342 (diff)
downloaduscxml-baa898789a2b70b4b969ac36a096c3fa77806ca5.zip
uscxml-baa898789a2b70b4b969ac36a096c3fa77806ca5.tar.gz
uscxml-baa898789a2b70b4b969ac36a096c3fa77806ca5.tar.bz2
CSharp bindings and regression tests
Diffstat (limited to 'src/uscxml')
-rw-r--r--src/uscxml/util/URL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/util/URL.cpp b/src/uscxml/util/URL.cpp
index 3fcb387..b429e22 100644
--- a/src/uscxml/util/URL.cpp
+++ b/src/uscxml/util/URL.cpp
@@ -968,7 +968,7 @@ void URLFetcher::perform() {
case -1: {
/* select error */
#if 0
- // this is not an actual error - there was just nothing to process
+ // this is not an actual error - there was just nothing to process
#ifdef _WIN32
char *s = NULL;
FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS,