From ddcc6d5d02344cb786c93458e62dd4f6f43d47c8 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Thu, 22 May 2008 22:13:19 +0200
Subject: [PATCH] Fixed a typo.

Rev: src/program.c:1.701
---
 src/program.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/program.c b/src/program.c
index b72e958362..d322f4ba5a 100644
--- a/src/program.c
+++ b/src/program.c
@@ -2,7 +2,7 @@
 || 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.700 2008/05/21 21:55:48 grubba Exp $
+|| $Id: program.c,v 1.701 2008/05/22 20:13:19 mast Exp $
 */
 
 #include "global.h"
@@ -3066,7 +3066,7 @@ void dump_program_tables (struct program *p, int indent)
     struct identifier *id = p->identifiers + d;
 
     fprintf(stderr,
-	    "%*s  %4d: %5x %6"PRINTPTRDIFFT"d %4d \"%s\"\n",
+	    "%*s  %4d: %5x %6"PRINTPTRDIFFT"d %4d \"%s\"\n"
 	    "%*s        %s:%d\n",
 	    indent, "",
 	    d, id->identifier_flags, id->func.offset,
-- 
GitLab