summaryrefslogtreecommitdiff
path: root/ast.c
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2008-07-05 20:22:20 -0400
committerSøren Sandmann <sandmann@redhat.com>2008-07-05 20:22:20 -0400
commit0ab7d9fc87518d4ba524c714bbe94d0169cf99cc (patch)
treea126de77ea230207f39a54b1c81b787e2876e6fd /ast.c
parent3e73bd537007f059dd7d0316f0a2f0cf7a696659 (diff)
Generate AND code in different way
Diffstat (limited to 'ast.c')
-rw-r--r--ast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.c b/ast.c
index 4f38b19..80ad485 100644
--- a/ast.c
+++ b/ast.c
@@ -623,7 +623,7 @@ ast_class_definition_lookup_var (ast_class_definition_t *class,
gboolean
ast_is (ast_t *ast,
ast_type_t type,
- int subtype)
+ int subtype)
{
if (ast->common.type != type)
return FALSE;