Skip to content

Commit

Permalink
C/C++ (void) no argument
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Apr 10, 2024
1 parent 4e53255 commit 532512b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/samtools_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// samtools_ext: the functions interacting with Rsamtools
//
// Copyright (C) 2017-2019 Xiuwen Zheng
// Copyright (C) 2017-2024 Xiuwen Zheng
//
// This file is part of SeqArray.
//
Expand Down Expand Up @@ -43,7 +43,7 @@ static int (*bgzf_close)(BGZF *fp) = NULL;
static ssize_t (*bgzf_write)(BGZF *fp, const void *data, ssize_t length) = NULL;


static void init_bgzf()
static void init_bgzf(void)
{
PKG_LOAD(bgzf_open);
PKG_LOAD(bgzf_close);
Expand Down

0 comments on commit 532512b

Please sign in to comment.