aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-12-17 22:01:18 +0300
committerAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-12-18 20:30:22 +0300
commit3056bae9ca3c5fea3ecdfc7adf751af1a4ca7b6a (patch)
treefce1d442c98e7807bfb597097d3eaf8cb843b9fb
parent4d7c98921a8204501a7c3748dd0c400e469f8356 (diff)
downloadsparse-3056bae9ca3c5fea3ecdfc7adf751af1a4ca7b6a.tar.gz
Looks more evident this way.
Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index 49560ee6..4da253b5 100644
--- a/symbol.c
+++ b/symbol.c
@@ -49,7 +49,7 @@ struct symbol *lookup_symbol(struct ident *ident, enum namespace ns)
return sym;
}
}
- return sym;
+ return NULL;
}
struct context *alloc_context(void)