summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/Table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Table.c b/src/util/Table.c
index 0391457e..f15d770f 100644
--- a/src/util/Table.c
+++ b/src/util/Table.c
@@ -2022,6 +2022,7 @@ int ihandle;
assert(false);
abort(); /* internal error (core dump) */
/* prevent compiler warning 'function should return a value' */
+return(0);
}
}