graphics/nxwm/src/nxwm_main.cxx: Fix a warning about a missing return in function returning a value.
This commit is contained in:
parent
755ee18504
commit
5a693020b8
@ -661,4 +661,6 @@ int nxwm_main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user