Warning, /graphics/okular/core/synctex/patches/10-fix-typo.diff is written in an unsupported language. File is not indexed.
0001 Fix some typos found by Krazy2 0002 Author: Yuri Chornoivan <yurchor@ukr.net> 0003 Original commit: 3b73357 0004 0005 Index: synctex/synctex_parser_utils.c 0006 =================================================================== 0007 --- synctex.orig/synctex_parser_utils.c 0008 +++ synctex/synctex_parser_utils.c 0009 @@ -410,7 +410,7 @@ char * _synctex_merge_strings(const char 0010 0011 /* The purpose of _synctex_get_name is to find the name of the synctex file. 0012 * There is a list of possible filenames from which we return the most recent one and try to remove all the others. 0013 - * With two runs of pdftex or xetex we are sure the the synctex file is really the most appropriate. 0014 + * With two runs of pdftex or xetex we are sure the synctex file is really the most appropriate. 0015 */ 0016 int _synctex_get_name(const char * output, const char * build_directory, char ** synctex_name_ref, synctex_io_mode_t * io_mode_ref) 0017 {