diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-05-24 11:37:19 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-05-24 11:37:19 (GMT) |
commit | baa898789a2b70b4b969ac36a096c3fa77806ca5 (patch) | |
tree | 4ab1ddb575e7fec66fc9baf0abbc9560486370b2 /src/uscxml | |
parent | d0dcc2cbec95f3bfae5da9ff07fc63833eb61342 (diff) | |
download | uscxml-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.cpp | 2 |
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, |