1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-04 21:47:31 +03:00

basic/env-util: drop leftover comment

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-02-21 10:49:22 -05:00
parent 371328dc74
commit 1d046f5720

View File

@ -637,7 +637,7 @@ char *replace_env_n(const char *format, size_t n, char **env, unsigned flags) {
break;
nest--;
if (nest == 0) { // || !strchr(e+1, '}')) {
if (nest == 0) {
const char *t;
_cleanup_free_ char *v = NULL;