From 9636d6739ebf330ef3fcc41ae838068e600c140b Mon Sep 17 00:00:00 2001 From: biouman Date: Mon, 30 Apr 2001 01:39:32 +0000 Subject: *** empty log message *** --- lib/exceptions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/exceptions.c') diff --git a/lib/exceptions.c b/lib/exceptions.c index cd8bf81..0fc363e 100644 --- a/lib/exceptions.c +++ b/lib/exceptions.c @@ -51,8 +51,8 @@ void pushcontext(char *c) exception(1, _("Too much error contexts during pushcontext().")); } contexts[clevel++] = Estrdup(c); -#ifdef DEBUG - fprintf(stderr,"%s\n",c); +#ifdef DEBUG + fprintf(stderr, "%s\n", c); #endif } -- cgit v1.2.3