X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=ssb_sprom%2Futils.c;h=2324ac93ce9259a0a33063ceeb2854518c9052b2;hb=b88078e7a07ef6a20f9b8aa2347e7bc1de748023;hp=5d3189e99c6c251c05b920c87ffe13bc524ad0da;hpb=b9e19faa25ad9e1b24f08dc77267760df1b98504;p=b43-tools.git diff --git a/ssb_sprom/utils.c b/ssb_sprom/utils.c index 5d3189e..2324ac9 100644 --- a/ssb_sprom/utils.c +++ b/ssb_sprom/utils.c @@ -2,7 +2,7 @@ Broadcom Sonics Silicon Backplane bus SPROM data modification tool - Copyright (c) 2006-2007 Michael Buesch + Copyright (c) 2006-2007 Michael Buesch This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ @@ -39,7 +39,7 @@ int prinfo(const char *fmt, ...) return 0; va_start(va, fmt); - ret = vfprintf(stderr, fmt, va); + ret = vfprintf(stdout, fmt, va); va_end(va); return ret; @@ -63,7 +63,7 @@ int prdata(const char *fmt, ...) va_list va; va_start(va, fmt); - ret = vfprintf(stderr, fmt, va); + ret = vfprintf(stdout, fmt, va); va_end(va); return ret;