2004-10-22
2004-10-22 20:18:03 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
e71ae23fcf0d31580682b9e23a75acb3ed1f1ff3
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 7.9
Cosmetic fix.
Rev: src/program.c:1.571
2:
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
- || $Id: program.c,v 1.570 2004/10/16 07:27:29 agehall Exp $
+ || $Id: program.c,v 1.571 2004/10/22 20:18:03 grubba Exp $
*/
#include "global.h"
2655: Inside #if defined(PIKE_DEBUG)
}
fprintf(stderr, "\n"
"%*sConstant table:\n"
- "%*s ####: Type Name\n",
+ "%*s ####: Type Name\n",
indent, "", indent, "");
for (d = 0; d < p->num_constants; d++) {
struct program_constant *c = p->constants + d;