X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=blob.c;h=1742ac427c85e6e7cc35becc9cfbe508e45bf750;hb=002731cd3938f3be6b71651e56c062af1adcdec0;hp=cdad8d7f268330384a897f19d024fe8a6831d7ef;hpb=49bd626084bf5f48e4d80075258b6da4703752cf;p=paraslash.git diff --git a/blob.c b/blob.c index cdad8d7f..1742ac42 100644 --- a/blob.c +++ b/blob.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -55,7 +55,7 @@ enum blob_ls_flags { /** Structure passed to the \p print_blob function. */ struct lsblob_action_data { - /* The flags given at the command line. */ + /** The flags given at the command line. */ uint32_t flags; /** Message buffer. */ struct para_buffer pb;