changeset 5124:88776d8ffd98

Fix indenting glitch.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 06 Aug 2004 04:28:36 +0000
parents 94eb327fbbc0
children 774b11465125
files lib/strdup.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/strdup.c
+++ b/lib/strdup.c
@@ -23,7 +23,7 @@
 
 #ifndef _LIBC
 /* Get specification.  */
-#include "strdup.h"
+# include "strdup.h"
 #endif
 
 #include <stdlib.h>