src/hg/encode/hgEncodeVocab/hgEncodeVocab.c 1.27

1.27 2009/10/01 03:58:18 angie
Oops, introduced a new fputs w/no return value -- thanks Brian for catching in review.
Index: src/hg/encode/hgEncodeVocab/hgEncodeVocab.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/hgEncodeVocab/hgEncodeVocab.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -B -U 4 -r1.26 -r1.27
--- src/hg/encode/hgEncodeVocab/hgEncodeVocab.c	23 Sep 2009 18:42:16 -0000	1.26
+++ src/hg/encode/hgEncodeVocab/hgEncodeVocab.c	1 Oct 2009 03:58:18 -0000	1.27
@@ -129,9 +129,9 @@
             {
             *u++ = 0;
             printf("<A STYLE=\"text-decoration:none\" TARGET=_BLANK HREF=%s>", u);
             }
-        fputs(s, stdout);
+        puts(s);
         if (u)
             printf("</A>");
         puts("</TD>\n");
         }