aboutsummaryrefslogtreecommitdiffstats
path: root/lllc/main.cpp
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-09-01 04:00:46 +0800
committerBob Summerwill <bob@summerwill.net>2016-09-01 04:01:48 +0800
commitbe3f4bda21c3c26f3d0fd94ab93ee807db184507 (patch)
tree6416dcfe95ddb16c338aa42673bde57c96ed41c4 /lllc/main.cpp
parentb962d3c071f2f476d8ea05dd9869565175c2cd65 (diff)
downloaddexon-solidity-be3f4bda21c3c26f3d0fd94ab93ee807db184507.tar
dexon-solidity-be3f4bda21c3c26f3d0fd94ab93ee807db184507.tar.gz
dexon-solidity-be3f4bda21c3c26f3d0fd94ab93ee807db184507.tar.bz2
dexon-solidity-be3f4bda21c3c26f3d0fd94ab93ee807db184507.tar.lz
dexon-solidity-be3f4bda21c3c26f3d0fd94ab93ee807db184507.tar.xz
dexon-solidity-be3f4bda21c3c26f3d0fd94ab93ee807db184507.tar.zst
dexon-solidity-be3f4bda21c3c26f3d0fd94ab93ee807db184507.zip
Corrected accidental non-ANSI characters in comments.
Diffstat (limited to 'lllc/main.cpp')
-rw-r--r--lllc/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lllc/main.cpp b/lllc/main.cpp
index ecd0de99..06611af0 100644
--- a/lllc/main.cpp
+++ b/lllc/main.cpp
@@ -54,7 +54,7 @@ void version()
}
/*
-The equivalent of setlocale(LC_ALL, ā€œCā€) is called before any user code is run.
+The equivalent of setlocale(LC_ALL, "C") is called before any user code is run.
If the user has an invalid environment setting then it is possible for the call
to set locale to fail, so there are only two possible actions, the first is to
throw a runtime exception and cause the program to quit (default behaviour),