Skip to content

Remove redundant printf command from prototype

Franklin Yu requested to merge franklinyu/pacman:simplify into master

Other printf commands do real things like adding prefix r. This specific printf simply copies the string.

Merge request reports