aboutsummaryrefslogtreecommitdiff
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 /symbol.c
parentHandle a terminal -o option properly. (diff)
downloadsparse-3056bae9ca3c5fea3ecdfc7adf751af1a4ca7b6a.tar.gz
sparse-3056bae9ca3c5fea3ecdfc7adf751af1a4ca7b6a.tar.bz2
sparse-3056bae9ca3c5fea3ecdfc7adf751af1a4ca7b6a.zip
Looks more evident this way.
Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index 49560ee..4da253b 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)