From 34fa421638d7e428461c77e85a2d0371def4c881 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 13 Jul 2002 03:41:33 +0000 Subject: [PATCH] whitespace --- libs/gamecode/engine/pr_obj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gamecode/engine/pr_obj.c b/libs/gamecode/engine/pr_obj.c index 612650d5a..468bbf83d 100644 --- a/libs/gamecode/engine/pr_obj.c +++ b/libs/gamecode/engine/pr_obj.c @@ -554,7 +554,7 @@ pr_class_get_class_name (progs_t *pr) { pr_class_t *class = &P_STRUCT (pr, pr_class_t, 0); R_INT (pr) = PR_CLS_ISCLASS (class) ? class->name - : PR_SetString (pr, "Nil"); + : PR_SetString (pr, "Nil"); } static void