1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Minor fixes

This commit is contained in:
Werner Koch 2009-01-12 10:08:55 +00:00
parent 4adb5c03e7
commit 7ddd27a836
4 changed files with 11 additions and 2 deletions

View file

@ -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

View file

@ -2034,8 +2034,8 @@ send_client_notifications (void)
killidx++;
}
}
#endif /*!HAVE_W32_SYSTEM*/
}
#endif /*!HAVE_W32_SYSTEM*/
}
}
}