whitespace

This commit is contained in:
Bill Currie 2002-07-13 03:41:33 +00:00
parent 9b6980ac7b
commit 34fa421638
1 changed files with 1 additions and 1 deletions

View File

@ -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