aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'libctf/ctf-error.c')
-rw-r--r--libctf/ctf-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libctf/ctf-error.c b/libctf/ctf-error.c
index cb46a82..8600303 100644
--- a/libctf/ctf-error.c
+++ b/libctf/ctf-error.c
@@ -77,7 +77,7 @@ ctf_errmsg (int error)
}
int
-ctf_errno (ctf_file_t * fp)
+ctf_errno (ctf_dict_t * fp)
{
return fp->ctf_errno;
}