From: Alan Cox Date: Fri, 13 Oct 2017 19:32:14 +0000 (+0100) Subject: bank16k: () to (void) for neatness and consistency X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fa6ff97d103ca64034206eae56ea25a1e9ab3299;p=FUZIX.git bank16k: () to (void) for neatness and consistency --- diff --git a/Kernel/bank16k.c b/Kernel/bank16k.c index cfde726d..4dd178df 100644 --- a/Kernel/bank16k.c +++ b/Kernel/bank16k.c @@ -182,7 +182,7 @@ usize_t pagemap_mem_used(void) that copies the current common page to the specified page. */ -uint8_t get_common() +uint8_t get_common(void) { ptptr p = NULL; /* if current context is dead, then reuse it's common */