changeset 659:04ea91a61225

Constify a table.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 21:29:26 +0300
parents 66b4f77b82c3
children b0743dc9165d
files src/xmms-sid.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmms-sid.c	Wed Apr 02 19:49:37 2008 +0300
+++ b/src/xmms-sid.c	Wed Apr 02 21:29:26 2008 +0300
@@ -56,7 +56,7 @@
 /*
  * List of players and links to their functions
  */
-xs_player_t xs_playerlist[] = {
+static const xs_player_t xs_playerlist[] = {
 #ifdef HAVE_SIDPLAY1
 	{XS_ENG_SIDPLAY1,
 	 xs_sidplay1_probe,