summaryrefslogtreecommitdiff
path: root/src/core/token.c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-10-14 22:05:16 +0000
committerPaul Buetow <paul@buetow.org>2008-10-14 22:05:16 +0000
commita35ace22b374005c65bda8302761d24f75280170 (patch)
tree87cdb9344b9c28fb6dd46cf7ea9d18325e18ec32 /src/core/token.c
parentc25ba0d8ee9e4e6a0432fba2e8606c7e0a35d1cd (diff)
run astyle
still lots of debugging to do.
Diffstat (limited to 'src/core/token.c')
-rw-r--r--src/core/token.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/token.c b/src/core/token.c
index 9162c4d..4bed0e0 100644
--- a/src/core/token.c
+++ b/src/core/token.c
@@ -396,10 +396,10 @@ token_delete(Token *p_token) {
_token_free(p_token);
- }
+ }
#ifdef DEBUG_TOKEN_REFCOUNT
- else if (p_token->i_ref_count < 0) {
- token_print_ln(p_token);
+ else if (p_token->i_ref_count < 0) {
+ token_print_ln(p_token);
printf("Token ref count is 0 > %d\n",
p_token->i_ref_count);
}