]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: conitrace: replace getc() by getchar()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 23 Oct 2020 10:46:04 +0000 (12:46 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 9 Nov 2020 16:28:17 +0000 (17:28 +0100)
commit2d97e06617bf8afe560544df05356cd868254dea
treeb780a8bfae098c7f036b1542320bb3d20d8e9630
parent58c1febe24585ffa6fcffe767364ad2dec416f3c
cmd: conitrace: replace getc() by getchar()

This command was missed when renaming getc() to getchar().

Fixes: c4b9ea0fd4ff ("common: rename getc() to getchar()")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/conitrace.c