]> git.sur5r.net Git - openldap/commitdiff
Avoid "label at end of compound statement" error of newer gcc
authorRalf Haferkamp <ralf@openldap.org>
Fri, 19 Sep 2008 12:58:00 +0000 (12:58 +0000)
committerRalf Haferkamp <ralf@openldap.org>
Fri, 19 Sep 2008 12:58:00 +0000 (12:58 +0000)
libraries/libldap/result.c

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