aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
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");