From 765e7eb5231d903bde8c81feb95446d54596c75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 25 Oct 1997 19:47:52 +0200 Subject: [PATCH] Now makes some compilers happier. Rev: src/modules/Image/image.c:1.47 --- src/modules/Image/image.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/Image/image.c b/src/modules/Image/image.c index b319e01f03..6e780eda99 100644 --- a/src/modules/Image/image.c +++ b/src/modules/Image/image.c @@ -1,4 +1,4 @@ -/* $Id: image.c,v 1.46 1997/10/24 00:34:01 mirar Exp $ */ +/* $Id: image.c,v 1.47 1997/10/25 17:47:52 grubba Exp $ */ /* **! module Image @@ -6,7 +6,7 @@ **! This module adds image-drawing and -manipulating **! capabilities to pike. **! note -**! $Id: image.c,v 1.46 1997/10/24 00:34:01 mirar Exp $<br> +**! $Id: image.c,v 1.47 1997/10/25 17:47:52 grubba Exp $<br> **! see also: Image.font, Image.image **! **! class image @@ -107,7 +107,7 @@ #include "stralloc.h" #include "global.h" -RCSID("$Id: image.c,v 1.46 1997/10/24 00:34:01 mirar Exp $"); +RCSID("$Id: image.c,v 1.47 1997/10/25 17:47:52 grubba Exp $"); #include "pike_macros.h" #include "object.h" #include "constants.h" @@ -1729,6 +1729,7 @@ void image_hsv_to_rgb(INT32 args) s++; d++; } exit_loop: + ; /* Needed to keep some compilers happy. */ THREADS_DISALLOW(); if (err) { -- GitLab