X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fsnippet.c;h=48d37ef4ea52c916a3b18b04d14746cd68270bd2;hb=eb44a82db835f33bbd984072ee18dd2ec34ae9cb;hp=63f35628cb25ff69be37953f4acefa7366697597;hpb=4db0bb7728a6e795e802429af7e52f2b9ae51f68;p=idzebra-moved-to-github.git diff --git a/util/snippet.c b/util/snippet.c index 63f3562..48d37ef 100644 --- a/util/snippet.c +++ b/util/snippet.c @@ -1,4 +1,4 @@ -/* $Id: snippet.c,v 1.9 2006-06-07 11:00:46 adam Exp $ +/* $Id: snippet.c,v 1.11 2006-10-29 17:20:02 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #include @@ -31,7 +31,7 @@ struct zebra_snippets { zebra_snippet_word *tail; }; -zebra_snippets *zebra_snippets_create() +zebra_snippets *zebra_snippets_create(void) { NMEM nmem = nmem_create(); zebra_snippets *l = nmem_malloc(nmem, sizeof(*l));