mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-07 13:51:16 +00:00
Fix typo (#12481)
This commit is contained in:
parent
bdc454215b
commit
26d1c3db9d
@ -92,7 +92,7 @@ func.calloc.ret=void *
|
||||
|
||||
fgetc=func
|
||||
func.fgetc.args=1
|
||||
func.fgetc.arg.0=FILE *,steam
|
||||
func.fgetc.arg.0=FILE *,stream
|
||||
func.fgetc.ret=int
|
||||
|
||||
fgets=func
|
||||
@ -109,7 +109,7 @@ func.free.ret=void
|
||||
|
||||
getc=func
|
||||
func.getc.args=1
|
||||
func.getc.arg.0=FILE *,steam
|
||||
func.getc.arg.0=FILE *,stream
|
||||
func.getc.ret=int
|
||||
|
||||
getchar=func
|
||||
|
Loading…
Reference in New Issue
Block a user