Diff between 0b88ee29ff1d174fa54d3e462fb0ebc890da3bf4 and 3818b99c764efe84cd3455081f6392c256564085

Changed Files

File Additions Deletions Status
src/shared/shell.c +1 -1 modified

Full Patch

diff --git a/src/shared/shell.c b/src/shared/shell.c
index 757e161..db79c88 100644
--- a/src/shared/shell.c
+++ b/src/shared/shell.c
@@ -612,7 +612,7 @@ void bt_shell_hexdump(const unsigned char *buf, size_t len)
 	util_hexdump(' ', buf, len, print_string, NULL);
 }
 
-void bt_shell_usage()
+void bt_shell_usage(void)
 {
 	if (!data.exec)
 		return;