aboutsummaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/text.c b/src/text.c
index 6b8b905..ecb694b 100644
--- a/src/text.c
+++ b/src/text.c
@@ -30,9 +30,9 @@ grecs_install_text (const char *str)
struct grecs_syment *ent;
int install = 1;
- if (!text_table)
- {
- text_table = grecs_symtab_create_default(sizeof(struct grecs_syment));
+ if (!text_table) {
+ text_table = grecs_symtab_create_default(
+ sizeof(struct grecs_syment));
if (!text_table)
grecs_alloc_die();
}

Return to:

Send suggestions and report system problems to the System administrator.