pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 03/11] psppire-data-store: Use NULL for a null pointer.


From: Ben Pfaff
Subject: [PATCH 03/11] psppire-data-store: Use NULL for a null pointer.
Date: Sun, 15 Apr 2012 16:58:25 -0700

---
 src/ui/gui/psppire-data-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c
index f994474..43e101e 100644
--- a/src/ui/gui/psppire-data-store.c
+++ b/src/ui/gui/psppire-data-store.c
@@ -239,7 +239,7 @@ psppire_data_store_get_case_count_wrapper (const 
PsppireSheetModel *model)
 static void
 psppire_data_store_init (PsppireDataStore *data_store)
 {
-  data_store->dict = 0;
+  data_store->dict = NULL;
   data_store->datasheet = NULL;
   data_store->dispose_has_run = FALSE;
 }
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]