summaryrefslogtreecommitdiff
path: root/lib/ZInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZInit.c')
-rw-r--r--lib/ZInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZInit.c b/lib/ZInit.c
index b0e49b0..3866a5c 100644
--- a/lib/ZInit.c
+++ b/lib/ZInit.c
@@ -18,7 +18,7 @@
Code_t ZInitialize()
{
- init_ezef_err_tbl();
+ init_zeph_err_tbl();
return (ZERR_NONE);
}