AlexeyAB
2018-06-30 1e9d1fcedf1a361bcdb384f15b5b14bdb526576d
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':