Unverified Commit 59a177bf authored by Ozan Tezcan's avatar Ozan Tezcan Committed by GitHub
Browse files

Fix compile warning (#157)

parent f87034bd
......@@ -907,7 +907,7 @@ typedef struct raft_log_impl
* Election timeout defaults to 1000 milliseconds
*
* @return newly initialised Raft server */
raft_server_t* raft_new();
raft_server_t* raft_new(void);
/** Initializes a new Raft server with a custom Raft Log implementation.
*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment