From ca08f94430390075fb64ccb4babba501ce841296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Fri, 17 Feb 2017 18:45:04 +0100 Subject: [PATCH] cosmetic --- src/c/unixsys.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/unixsys.d b/src/c/unixsys.d index 531931dcd..0078216df 100644 --- a/src/c/unixsys.d +++ b/src/c/unixsys.d @@ -576,7 +576,7 @@ si_run_program_internal(cl_object command, cl_object argv, /* Command is passed as is from argv. It is responsibility of higher level interface to decide, whenever arguments should be - quoted or left as-is.*/ + quoted or left as-is. */ command = ecl_null_terminated_base_string(argv); if (!Null(environ)) {