aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-05-01 20:51:08 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-05-01 20:51:08 +0200
commit7e0108c990397a7d8a87c7b5b0a568fbe6b1d8b4 (patch)
tree321fb36b59d5822905f3bc0cf0971417140e812f /src/main.c
parentAdd names to components of 'attr'. (diff)
downloadcalp-7e0108c990397a7d8a87c7b5b0a568fbe6b1d8b4.tar.gz
calp-7e0108c990397a7d8a87c7b5b0a568fbe6b1d8b4.tar.xz
Micro-optimizations with huge impact.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index fabca811..4d8da7d3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -32,7 +32,7 @@ int arg_shift (arg* a) {
*/
int run_tests() {
NEW(vcomponent, c);
- INFO(All the following should print a valid pointer ≠ 0x0);
+ INFO(All the following should print a valid pointer != 0x0);
GETSET(c, "FILENAME");
GETSET(c, "X-HNH-FILENAME");
GETSET(c, "DATA");