git: 3d845d94eac8 - stable/14 - rc.d/ldconfig: Remove stray ;;

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 28 Nov 2023 11:40:54 UTC
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=3d845d94eac817a93818e2e12c07eda678f88400

commit 3d845d94eac817a93818e2e12c07eda678f88400
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-11-24 20:11:45 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-11-28 11:40:07 +0000

    rc.d/ldconfig: Remove stray ;;
    
    (cherry picked from commit ac910ad9951a52743389a47fa4a3feabe9021aaa)
---
 libexec/rc/rc.d/ldconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libexec/rc/rc.d/ldconfig b/libexec/rc/rc.d/ldconfig
index beb79ba95b84..5c404a823dbb 100755
--- a/libexec/rc/rc.d/ldconfig
+++ b/libexec/rc/rc.d/ldconfig
@@ -63,7 +63,6 @@ ldconfig_start()
 			done
 			startmsg '32-bit compatibility ldconfig path:' ${_LDC}
 			${ldconfig} -32 ${_ins} ${_LDC}
-			;;
 		fi
 
 	fi