Просмотр исходного кода

fixed build error (danjlynch, repeat: this is *not* perl, this is *not* perl...)

tags/v0.9.3
Dan Lynch 19 лет назад
Родитель
Сommit
a2799051b0
1 измененных файлов: 4 добавлений и 2 удалений
  1. 4
    2
      src/core/curses.c

+ 4
- 2
src/core/curses.c Просмотреть файл

172
 		_advcurs_nowrap( win );
172
 		_advcurs_nowrap( win );
173
 		/* set rendition code here */
173
 		/* set rendition code here */
174
 	}
174
 	}
175
-	_restore_curs_pos( win, pos ) && return OK;
175
+	_restore_curs_pos( win, pos );
176
+	return OK;
176
  err:
177
  err:
177
-	_restore_curs_pos( win, pos ) && return ERR;
178
+	_restore_curs_pos( win, pos );
179
+	return ERR;
178
 }
180
 }
179
 
181
 
180
 /**
182
 /**

Загрузка…
Отмена
Сохранить