From f963a161500b55d6e575a227b4cf334465904cc2 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 19 Jan 2003 14:03:11 +0000 Subject: [PATCH] Remove an implicit int, to silence gcc warnings. --- libraries/liblber/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblber/debug.c b/libraries/liblber/debug.c index ae8600c3d6..02f439d87d 100644 --- a/libraries/liblber/debug.c +++ b/libraries/liblber/debug.c @@ -77,7 +77,7 @@ int lutil_mnem2subsys( const char *subsys ) return -1; } -void lutil_set_all_backends( level ) +void lutil_set_all_backends( int level ) { int i; -- 2.39.5