aboutsummaryrefslogtreecommitdiff
path: root/src/format.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-11 14:25:06 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-11 14:27:05 +0300
commit5ab7c300ddb876a6409f38c8b6167af0e9394847 (patch)
tree1eb82952f30557658acf698a693c4509f8bfc848 /src/format.c
parentbef65e80588f71b1fe5247869e6cab20d334aa68 (diff)
downloadgrecs-5ab7c300ddb876a6409f38c8b6167af0e9394847.tar.gz
grecs-5ab7c300ddb876a6409f38c8b6167af0e9394847.tar.bz2
Minor fixes.
* src/format.c (grecs_data_type_string): Handle grecs_type_null * src/grecsopt.h: Add missing prototypes. * src/lookup.c: Remove unused variables. * src/opthelp.c: Likewise.
Diffstat (limited to 'src/format.c')
-rw-r--r--src/format.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/format.c b/src/format.c
index 89558f2..f675917 100644
--- a/src/format.c
+++ b/src/format.c
@@ -65,6 +65,9 @@ grecs_data_type_string(enum grecs_data_type type)
case grecs_type_section:
return "section";
+
+ case grecs_type_null:
+ return "null";
}
return "UNKNOWN?";
}

Return to:

Send suggestions and report system problems to the System administrator.