AlexeyAB
2018-06-07 1c05ebf522f0bb5776ba51a46d94aa101220fea1
src/option_list.c
@@ -12,7 +12,7 @@
    int nu = 0;
    list *options = make_list();
    while((line=fgetl(file)) != 0){
        ++ nu;
        ++nu;
        strip(line);
        switch(line[0]){
            case '\0':