From 3aa0bc663ac588f687000d0d860e18aa729a7e46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sat, 17 Apr 1999 16:03:05 +0200
Subject: [PATCH] Minor change.

Rev: src/array.c:1.49
---
 src/array.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/array.c b/src/array.c
index f77414ccb2..96bc30793c 100644
--- a/src/array.c
+++ b/src/array.c
@@ -3,6 +3,7 @@
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
+/**/
 #include "global.h"
 #include "svalue.h"
 #include "array.h"
@@ -20,7 +21,7 @@
 #include "main.h"
 #include "security.h"
 
-RCSID("$Id: array.c,v 1.48 1999/04/13 20:10:04 hubbe Exp $");
+RCSID("$Id: array.c,v 1.49 1999/04/17 14:03:05 grubba Exp $");
 
 struct array empty_array=
 {
-- 
GitLab