Quellcode durchsuchen

Style fix in a comment

master
lostd vor 11 Jahren
Ursprung
Commit
77565ecdb8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c Datei anzeigen

@@ -107,7 +107,7 @@ xdirname(const char *path)
char *p, *tmp;

/* Some implementations of dirname(3) may modify `path' and some
* return a pointer inside `path` and we cannot free(3) the
* return a pointer inside `path' and we cannot free(3) the
* original string if we lose track of it. */
tmp = xstrdup(path);
p = dirname(tmp);


Laden…
Abbrechen
Speichern