tprintf: Rename parameter to avoid shadowing global declaration
commit96c7189548e13f0bbcdbf43811a5df1465c4e6d3
authorTobias Klauser <tklauser@distanz.ch>
Tue, 21 May 2013 12:23:38 +0000 (21 14:23 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 21 May 2013 12:47:57 +0000 (21 14:47 +0200)
tree8798ae952204912ca168f362a8293fa3afe52b39
parent160bb3a3a1fad035e0c483f47b06c525189550e0
tprintf: Rename parameter to avoid shadowing global declaration

The tprintf module already uses a static variable named 'buffer', thus
rename the parameter to avoid a name clash. Found by compiling with
-Wshadow.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
tprintf.c