AlexeyAB
2018-06-03 132251d72325e1005ef6c47f83d6a4e9b9355d12
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':