From 1d926b520fbd391f73963a1b9a839551769707d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 4 Mar 1997 21:32:14 -0800
Subject: [PATCH] nothing changed..

Rev: src/interpret.c:1.27
---
 src/interpret.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/interpret.c b/src/interpret.c
index 200ccdc7d9..8c845ca850 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.26 1997/03/01 03:28:55 hubbe Exp $");
+RCSID("$Id: interpret.c,v 1.27 1997/03/05 05:32:14 hubbe Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
@@ -638,7 +638,6 @@ static void eval_instruction(unsigned char *pc)
       fp->locals[instr].u.integer=0;
       break;
 
-
       CASE(F_INC_LOCAL);
       instr=GET_ARG();
       if(fp->locals[instr].type != T_INT) error("Bad argument to ++\n");
-- 
GitLab