===========================================================================
| 7492 | |
| 7493 | //=========================================================================== |
| 7494 | Update_t CmdWatchSave (int nArgs) |
| 7495 | { |
| 7496 | if (!nArgs) |
| 7497 | return Help_Arg_1( CMD_WATCH_SAVE ); |
| 7498 | |
| 7499 | return UPDATE_CONSOLE_DISPLAY; |
| 7500 | } |
| 7501 | |
| 7502 | |
| 7503 | // Window _________________________________________________________________________________________ |
no test coverage detected