From: jacob Date: Mon, 27 Dec 2010 00:24:48 +0000 (+0000) Subject: Fix up svn:eol-style and svn:keywords on new files. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/681beafc906c71e3d8fa523fc9e6b0fd9be3ed7a Fix up svn:eol-style and svn:keywords on new files. git-svn-id: svn://svn.tartarus.org/sgt/putty@9054 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windows/winnojmp.c b/windows/winnojmp.c index 27d969a3..dd61dc69 100644 --- a/windows/winnojmp.c +++ b/windows/winnojmp.c @@ -1,8 +1,8 @@ -/* - * winnojmp.c: stub jump list functions for Windows executables that - * don't update the jump list. - */ - -void add_session_to_jumplist(const char * const sessionname) {} -void remove_session_from_jumplist(const char * const sessionname) {} -void clear_jumplist(void) {} +/* + * winnojmp.c: stub jump list functions for Windows executables that + * don't update the jump list. + */ + +void add_session_to_jumplist(const char * const sessionname) {} +void remove_session_from_jumplist(const char * const sessionname) {} +void clear_jumplist(void) {}