From: kmhugo Date: Thu, 10 Jan 2002 06:49:35 +0000 (+0000) Subject: * Fix some formatting in cmd.c. X-Git-Tag: MOVE2GIT~3515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46bd9b925c1a6edfaaa49d5621095b57bdabede9;p=nethack * Fix some formatting in cmd.c. --- diff --git a/src/cmd.c b/src/cmd.c index ecd0915d0..1bd029b47 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -1851,7 +1851,7 @@ static NEARDATA int last_multi; /* * convert a MAP window position into a movecmd */ -const char* +const char * click_to_cmd(x, y, mod) int x, y, mod; {