[Libreoffice-commits] core.git: soltools/mkdepend

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 19 07:42:44 UTC 2019


 soltools/mkdepend/main.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 37afe1443ef35987e289d2419b78b200e6007fd5
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jul 18 11:27:35 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jul 19 09:42:00 2019 +0200

    cid#1448249 Identical code for different branches
    
    Change-Id: Ie34ff807eae5b058f2c234f42010931263859b35
    Reviewed-on: https://gerrit.libreoffice.org/75906
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/soltools/mkdepend/main.c b/soltools/mkdepend/main.c
index 51b6c8606cc9..7ee27c439f7d 100644
--- a/soltools/mkdepend/main.c
+++ b/soltools/mkdepend/main.c
@@ -272,7 +272,6 @@ int main(int argc, char    **argv)
             break;
         /* do not use if endmarker processing */
         case 'a':
-            if (endmarker) break;
             break;
         case 'w':
             if (endmarker) break;


More information about the Libreoffice-commits mailing list