From 2a907aafcf946e96471860bd4f807174c12d324a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 17 Oct 2000 20:52:56 +0000 Subject: [PATCH] Sync with devel version (no functional change) --- libraries/liblber/sockbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/liblber/sockbuf.c b/libraries/liblber/sockbuf.c index 887d21b883..55e827bf9b 100644 --- a/libraries/liblber/sockbuf.c +++ b/libraries/liblber/sockbuf.c @@ -749,7 +749,7 @@ sb_debug_setup( Sockbuf_IO_Desc *sbiod, void *arg ) sbiod->sbiod_pvt = LBER_MALLOC( strlen( arg ) + 1 ); if ( sbiod->sbiod_pvt == NULL ) - return -1; + return -1; strcpy( (char *)sbiod->sbiod_pvt, (char *)arg ); return 0; } -- 2.39.5