From c6a52b6eb2a4b8edb799878ede1b69155550049d Mon Sep 17 00:00:00 2001 From: cebix <> Date: Sun, 21 Feb 2010 09:59:14 +0000 Subject: [PATCH] fixed const-ness --- SheepShaver/src/name_registry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SheepShaver/src/name_registry.cpp b/SheepShaver/src/name_registry.cpp index 7055d675..89819d6d 100644 --- a/SheepShaver/src/name_registry.cpp +++ b/SheepShaver/src/name_registry.cpp @@ -1,7 +1,7 @@ /* * name_registry.cpp - Name Registry handling * - * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig + * SheepShaver (C) Christian Bauer and Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -103,7 +103,7 @@ void DoPatchNameRegistry(void) // Create "PowerPC,60x" SheepRegEntryID power_pc; - char *str; + const char *str; switch (PVR >> 16) { case 1: // 601 str = "PowerPC,601";