X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libctf%2Fctf-types.c;h=cd910434ea41abcf72bdee6c19b5d8b9f22cd05b;hb=0ac553107c601cc9c4c340338e0fc7e0ce8375cc;hp=27cbfb94d00bc748e93375d3c480c1ef80e3eb8b;hpb=9c1a2295e84170d2de06ef3c828f0c9f5933867e;p=deliverable%2Fbinutils-gdb.git diff --git a/libctf/ctf-types.c b/libctf/ctf-types.c index 27cbfb94d0..cd910434ea 100644 --- a/libctf/ctf-types.c +++ b/libctf/ctf-types.c @@ -1,5 +1,5 @@ /* Type handling functions. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. @@ -441,7 +441,7 @@ ctf_type_lname (ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) size_t slen; if (str == NULL) - return CTF_ERR; /* errno is set for us */ + return CTF_ERR; /* errno is set for us. */ slen = strlen (str); snprintf (buf, len, "%s", str);