Skip to content

Commit

Permalink
Minor syntax tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 13, 2005
1 parent 0974b08 commit 58ad8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows_wminput.c
Expand Up @@ -630,7 +630,7 @@ static void windows_wminput_quit(void)
static const char *windows_wminput_name(unsigned int index)
{
if (index < available_mice)
return mice[index].name;
return(mice[index].name);
return(NULL);
} /* windows_wminput_name */

Expand Down

0 comments on commit 58ad8d6

Please sign in to comment.