X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_null.c;h=1fee4c424f618be9bd373289c2cca69ea2090f46;hp=44ec9bdfaf18d5d1e1befdc0c8f4702fc1a010cf;hb=6d59a642cb7cd71df249fc4ecf5928ea79c7038c;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/src/ber_null.c b/src/ber_null.c index 44ec9bd..1fee4c4 100644 --- a/src/ber_null.c +++ b/src/ber_null.c @@ -1,9 +1,9 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ -/** +/** * \file ber_null.c * \brief Implements ber_null * @@ -16,7 +16,7 @@ #include "odr-priv.h" -/** +/** * ber_null: BER-en/decoder for NULL type. */ int ber_null(ODR o) @@ -49,6 +49,7 @@ int ber_null(ODR o) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab