Added static qualifier
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 2 Dec 2008 04:10:09 +0000 (13:10 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 2 Dec 2008 04:10:09 +0000 (13:10 +0900)
src/ui/gui/psppire-data-store.c

index 29efbb16c72783d360410a1d6e095ee68f41d731..208a3410781fa7b19abf8bac639efcbe280976b7 100644 (file)
@@ -222,7 +222,7 @@ psppire_data_store_get_value_count (const PsppireDataStore *store)
   return psppire_dict_get_value_cnt (store->dict);
 }
 
-casenumber
+static casenumber
 psppire_data_store_get_case_count_wrapper (const GSheetModel *model)
 {
   const PsppireDataStore *store = PSPPIRE_DATA_STORE (model);