X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fminidebug.c;h=a33628a18b6f431e8159421414ec7c275504868a;hb=df71cb5cbfa26ad79e5cf674056205f0505e229d;hp=d74432a76883e8942ddef330baf4a0c10fa28645;hpb=b181bbd0d6ae15cfa0b4a8d0d426f550dd6b398f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/minidebug.c b/gdb/minidebug.c index d74432a768..a33628a18b 100644 --- a/gdb/minidebug.c +++ b/gdb/minidebug.c @@ -1,6 +1,6 @@ /* Read MiniDebugInfo data from an objfile. - Copyright (C) 2012 Free Software Foundation, Inc. + Copyright (C) 2012-2013 Free Software Foundation, Inc. This file is part of GDB. @@ -226,6 +226,8 @@ lzma_close (struct bfd *nbfd, lzma_index_end (lstream->index, &gdb_lzma_allocator); xfree (lstream->data); xfree (lstream); + + /* Zero means success. */ return 0; }