[gdb/testsuite] Add untested case in gdb.gdb/complaints.exp
[deliverable/binutils-gdb.git] / libctf / ctf-error.c
index cb46a821ef0b6145af404b268e1f34389619d26c..157aa2860588a684f15405361e178bda7ea580b4 100644 (file)
@@ -1,5 +1,5 @@
 /* Error table.
-   Copyright (C) 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
    This file is part of libctf.
 
@@ -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;
 }
This page took 0.025252 seconds and 4 git commands to generate.