Mac: fix a compiler warning (unused variable)

This commit is contained in:
Charlie Fenton 2023-04-30 07:09:15 -07:00
parent 2cc58792cd
commit a1b1ab9672
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ int CScreensaver::terminate_v6_screensaver(PROCESS_REF graphics_application) {
thePID = graphics_application;
// fprintf(stderr, "stopping pid %d\n", thePID);
int retval = rpc->run_graphics_app("stop", thePID, gUserName);
rpc->run_graphics_app("stop", thePID, gUserName);
// Inform our helper app that we have stopped current graphics app
fprintf(m_gfx_Cleanup_IPC, "0\n");