summaryrefslogtreecommitdiff
path: root/src/stdbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdbuf.c')
-rw-r--r--src/stdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdbuf.c b/src/stdbuf.c
index 116619d7a..31061e785 100644
--- a/src/stdbuf.c
+++ b/src/stdbuf.c
@@ -381,7 +381,7 @@ main (int argc, char **argv)
stdbuf is running from. */
set_program_path (program_name);
if (!program_path)
- program_path = xstrdup (PKGLIBDIR); /* Need to init to non NULL. */
+ program_path = xstrdup (PKGLIBDIR); /* Need to init to non-NULL. */
set_LD_PRELOAD ();
free (program_path);