mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Minor fixes
This commit is contained in:
parent
4adb5c03e7
commit
7ddd27a836
4 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* command.c (send_client_notifications) [HAVE_W32_SYSTEM]: Fix
|
||||
brackets.
|
||||
|
||||
2009-01-08 Werner Koch <wk@g10code.com>
|
||||
|
||||
* iso7816.c (iso7816_read_record, iso7816_read_binary): Pass 0 for
|
||||
|
|
|
@ -2034,8 +2034,8 @@ send_client_notifications (void)
|
|||
killidx++;
|
||||
}
|
||||
}
|
||||
#endif /*!HAVE_W32_SYSTEM*/
|
||||
}
|
||||
#endif /*!HAVE_W32_SYSTEM*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue