From c81aa1bbdd3bc0bb9f8bfbcffc8d73b70a8bc6d7 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 24 Jun 2010 05:35:06 +0000 Subject: [PATCH] Fixed warning (no whatsnew) --- src/emu/image.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emu/image.c b/src/emu/image.c index 432bf446813..a4ed282eee5 100644 --- a/src/emu/image.c +++ b/src/emu/image.c @@ -497,4 +497,5 @@ device_image_interface *image_from_absolute_index(running_machine *machine, int if (cnt==absolute_index) return image; cnt++; } + return NULL; } \ No newline at end of file