[gnumeric] sparse: make variable static.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] sparse: make variable static.
- Date: Sat, 10 Jul 2010 03:12:24 +0000 (UTC)
commit e439d3171cdcbd844c9cd2587b890abc03ee2b91
Author: Morten Welinder <terra gnome org>
Date: Fri Jul 9 22:14:00 2010 -0400
sparse: make variable static.
src/pattern.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/pattern.c b/src/pattern.c
index 12ceb4e..fff2839 100644
--- a/src/pattern.c
+++ b/src/pattern.c
@@ -15,7 +15,7 @@
#include <goffice/utils/go-pattern.h>
-GOPatternType patterns[] = {
+static GOPatternType patterns[] = {
GO_PATTERN_SOLID,
GO_PATTERN_GREY75,
GO_PATTERN_GREY50,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]