chiark / gitweb /
Fix missing space in comments (#5439)
[elogind.git] / src / basic / proc-cmdline.c
index 895e21570b5eaacbf8250ddb68f81fcb03f5019c..59a41e7ea4ea76f878f20a0675dde64bcaf7fd9f 100644 (file)
@@ -154,7 +154,7 @@ int proc_cmdline_get_key(const char *key, unsigned flags, char **value) {
          *
          * c) The "value" parameter is NULL. In this case a search for the exact "key" parameter is performed.
          *
-         * In all three cases, > 0 is returned if the key is found, 0 if not.*/
+         * In all three cases, > 0 is returned if the key is found, 0 if not. */
 
         if (isempty(key))
                 return -EINVAL;