mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 09:26:01 +01:00
remove extra semi-colon
This commit is contained in:
parent
c445b0e679
commit
c24117b487
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ cmd_print(girara_session_t* session, girara_list_t* argument_list)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
print((zathura_t*) session->global.data);;
|
print((zathura_t*) session->global.data);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue