pidgin/gtkmain.c

changeset 21091
07fe1a99c47b
parent 20791
0ce6682959f1
child 21106
b85fbef13eed
--- a/pidgin/gtkmain.c	Fri Oct 26 00:13:18 2007 +0000
+++ b/pidgin/gtkmain.c	Fri Oct 26 04:59:23 2007 +0000
@@ -92,7 +92,7 @@
  * Lists of signals we wish to catch and those we wish to ignore.
  * Each list terminated with -1
  */
-static int catch_sig_list[] = {
+static const int catch_sig_list[] = {
 	SIGSEGV,
 	SIGHUP,
 	SIGINT,
@@ -103,7 +103,7 @@
 	-1
 };
 
-static int ignore_sig_list[] = {
+static const int ignore_sig_list[] = {
 	SIGPIPE,
 	-1
 };

mercurial