From 1f8380814aff5429d3c1d27a3b9b82aa6102b764 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 6 Dec 2019 15:08:18 -0500 Subject: More documentation --- spm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'spm.c') diff --git a/spm.c b/spm.c index a20fecd..4fb9ed8 100644 --- a/spm.c +++ b/spm.c @@ -16,8 +16,6 @@ #include "config.h" #include "spm.h" - - /** * A wrapper for `popen()` that executes non-interactive programs and reports their exit value. * To redirect stdout and stderr you must do so from within the `fmt` string -- cgit