Unverified Commit 1409ee16 by Christian Brauner Committed by GitHub

Merge pull request #2715 from 2xsec/bugfix

lxcmntent: coding rules
parents 3bcfbee1 b9bb8bbb
...@@ -774,7 +774,7 @@ char *must_concat(const char *first, ...) ...@@ -774,7 +774,7 @@ char *must_concat(const char *first, ...)
} }
va_end(args); va_end(args);
dest[cur_len] = 0; dest[cur_len] = '\0';
return dest; return dest;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment