Browse Source

Minor style fix

master
sin 9 years ago
parent
commit
5456b8a36a
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      noice.c

+ 0
- 4
noice.c View File

@@ -218,7 +218,6 @@ openwith(char *file)
}
}
DPRINTF_S(bin);

return bin;
}

@@ -237,7 +236,6 @@ setfilter(regex_t *regex, char *filter)
regerror(r, regex, errbuf, len);
printmsg(errbuf);
}

return r;
}

@@ -334,7 +332,6 @@ nextsel(char **run, char **env)
*env = bindings[i].env;
return bindings[i].act;
}

return 0;
}

@@ -440,7 +437,6 @@ dentfill(char *path, struct entry **dents,
r = closedir(dirp);
if (r == -1)
printerr(1, "closedir");

return n;
}



Loading…
Cancel
Save