mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 19:41:01 -05:00
Update source file names in comments and docs.
Correcting a source file name in the docs just now reminded me that I've seen a lot of outdated source file names elsewhere in the code, due to all the reorganisation since we moved to cmake. Here's a giant pass of trying to make them all accurate again.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* winnojmp.c: stub jump list functions for Windows executables that
|
||||
* don't update the jump list.
|
||||
* no-jump-list.c: stub jump list functions for Windows executables
|
||||
* that don't update the jump list.
|
||||
*/
|
||||
|
||||
void add_session_to_jumplist(const char * const sessionname) {}
|
||||
|
Reference in New Issue
Block a user