mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[session] changed declaration of handler
This commit is contained in:
parent
4748ae0281
commit
0c367b33db
@ -955,7 +955,7 @@ setup_first_session(struct session *ses, struct uri *uri)
|
|||||||
if (first_use) {
|
if (first_use) {
|
||||||
/* Only open the goto URL dialog if no URI was passed on the
|
/* Only open the goto URL dialog if no URI was passed on the
|
||||||
* command line. */
|
* command line. */
|
||||||
void *handler = uri ? NULL : dialog_goto_url_open;
|
void (*handler)(void *) = uri ? NULL : dialog_goto_url_open;
|
||||||
|
|
||||||
first_use = 0;
|
first_use = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user