Changeset: ace959bab520 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ace959bab520
Modified Files:
        clients/mapilib/msettings.c
Branch: default
Log Message:

Remove spurious else-clause

Not sure what was intended to be there.


diffs (11 lines):

diff --git a/clients/mapilib/msettings.c b/clients/mapilib/msettings.c
--- a/clients/mapilib/msettings.c
+++ b/clients/mapilib/msettings.c
@@ -477,7 +477,6 @@ msetting_set_string(msettings *mp, mparm
                                mp->lang_is_mal = true;
                        else if (strstr(value, "sql") == value)
                                mp->lang_is_sql = true;
-                       else if (strcmp(value, "`"))
                        break;
                default:
                        break;
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to