Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed May 24, 2024
1 parent a4e0e7c commit ba6f0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,15 +518,15 @@ int main(int argc, char *argv[])
#ifndef NO_PS1
"\tPlayStation Driver:\t%s\n"
#endif
#ifndef COH
#ifndef NO_DVDPLAYER
"\tDVD Player:\t%s\n"
#endif
"\tConfig source:\t%s\n",
ModelNameGet(),
#ifndef NO_PS1
PS1DRVGetVersion(),
#endif
#ifndef COH
#ifndef NO_DVDPLAYER
DVDPlayerGetVersion(),
#endif
SOURCES[config_source]);
Expand Down

0 comments on commit ba6f0ea

Please sign in to comment.