projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674fde3
)
psppire-data-store: Use NULL for a null pointer.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 28 Mar 2012 03:52:11 +0000
(20:52 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 17 Apr 2012 02:22:15 +0000
(19:22 -0700)
src/ui/gui/psppire-data-store.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire-data-store.c
b/src/ui/gui/psppire-data-store.c
index f994474b5b81ac0a9ec5de06be3795933d6f7d99..43e101e75336b40f6f09e1c5a0184d7f97517b30 100644
(file)
--- 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;
}