0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.4.354

Problem:    Compiler warning.
Solution:   Change NUL to NULL. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2014-07-03 22:54:08 +02:00
parent 86b17e914f
commit b8b57460f0
2 changed files with 3 additions and 1 deletions

View File

@@ -3704,7 +3704,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
if (diff_hlf != (hlf_T)0)
char_attr = hl_attr(diff_hlf);
#endif
p_extra = NUL;
p_extra = NULL;
c_extra = ' ';
n_extra = get_breakindent_win(wp,
ml_get_buf(wp->w_buffer, lnum, FALSE));