mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 14:27:09 +00:00
Fix small CS issue
This commit is contained in:
parent
730cd697a1
commit
6f46b406e9
1 changed files with 1 additions and 1 deletions
2
gnupg.c
2
gnupg.c
|
@ -729,7 +729,7 @@ PHP_FUNCTION(gnupg_seterrormode)
|
|||
*/
|
||||
PHP_FUNCTION(gnupg_setsignmode)
|
||||
{
|
||||
phpc_long_t signmode;
|
||||
phpc_long_t signmode;
|
||||
|
||||
GNUPG_GETOBJ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue