summaryrefslogtreecommitdiff
path: root/table11.c
diff options
context:
space:
mode:
Diffstat (limited to 'table11.c')
-rw-r--r--table11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/table11.c b/table11.c
index e67b725..56fe988 100644
--- a/table11.c
+++ b/table11.c
@@ -140,7 +140,7 @@ GetValueRec (
if (value->key == key)
return value;
}
- return 0;
+ return NULL;
}
void