]> git.sur5r.net Git - openldap/commitdiff
Avoid "label at end of compound statement" error of newer gcc
authorQuanah Gibson-Mount <quanah@openldap.org>
Sat, 27 Sep 2008 00:23:05 +0000 (00:23 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Sat, 27 Sep 2008 00:23:05 +0000 (00:23 +0000)
libraries/libldap/result.c

index 25ed78904c7addfbece6dc8f142a93ef693c8bf6..07c3f5be7c489d93bb88b160a8b75c693ee784e9 100644 (file)
@@ -648,6 +648,7 @@ retry_ber:
                        ber_scanf(ber, "x{");
                }
 nextresp2:
+               ;
 #endif
        }