From f379d80537ee2bd810e912e7f6b939659b39a7d2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 22 Jul 2009 15:21:08 +0000 Subject: 2009-07-22 Joel Sherrill * libmisc/shell/main_mount.c: Eliminate warning. --- cpukit/libmisc/shell/main_mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc') diff --git a/cpukit/libmisc/shell/main_mount.c b/cpukit/libmisc/shell/main_mount.c index 43b6aaf36e..824f9d70b8 100644 --- a/cpukit/libmisc/shell/main_mount.c +++ b/cpukit/libmisc/shell/main_mount.c @@ -31,7 +31,7 @@ static rtems_chain_control filesystems; static bool fs_init; -static void rtems_shell_mount_fsys_init() +static void rtems_shell_mount_fsys_init(void) { if (!fs_init) { -- cgit v1.2.3