diff options
Diffstat (limited to 'server/synctex_parser_utils.c')
| -rw-r--r-- | server/synctex_parser_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/synctex_parser_utils.c b/server/synctex_parser_utils.c index 0e9fd0e..f238550 100644 --- a/server/synctex_parser_utils.c +++ b/server/synctex_parser_utils.c @@ -253,7 +253,7 @@ int _synctex_copy_with_quoting_last_path_component(const char * src, char ** des const char * lpc; if(src && dest_ref) { # define dest (*dest_ref) - dest = NULL; /* Default behavior: no change and sucess. */ + dest = NULL; /* Default behavior: no change and success. */ lpc = _synctex_last_path_component(src); if(strlen(lpc)) { if(strchr(lpc,' ') && lpc[0]!='"' && lpc[strlen(lpc)-1]!='"') { |
