From 92625471e141ebeb3a1be2eb693686d248b63fd2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 14 Oct 2000 02:13:11 +0000 Subject: [PATCH] Fix typo --- 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