From 87066df94fd6d696e08b047c185b8067ce9efe13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 24 Oct 1999 15:34:03 +0200 Subject: [PATCH] Cosmetic change. Rev: src/callback.c:1.19 --- src/callback.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/callback.c b/src/callback.c index 24c1f8ad33..362487ccb3 100644 --- a/src/callback.c +++ b/src/callback.c @@ -3,13 +3,14 @@ ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ +/**/ #include "global.h" #include "pike_macros.h" #include "callback.h" #include "error.h" #include "block_alloc.h" -RCSID("$Id: callback.c,v 1.18 1999/05/08 00:29:00 hubbe Exp $"); +RCSID("$Id: callback.c,v 1.19 1999/10/24 13:34:03 grubba Exp $"); struct callback_list fork_child_callback; -- GitLab