1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

split a long line.

This commit is contained in:
Jim Meyering
1999-08-30 14:39:05 +00:00
parent 33bebae5ae
commit 4b20f454fe
+2 -1
View File
@@ -154,7 +154,8 @@ char *xstrdup ();
extern char **environ;
static void run_shell (const char *, const char *, char **) ATTRIBUTE_NORETURN;
static void run_shell (const char *, const char *, char **)
ATTRIBUTE_NORETURN;
/* The name this program was run with. */
char *program_name;