aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-01-12 10:08:55 +0000
committerWerner Koch <[email protected]>2009-01-12 10:08:55 +0000
commit7ddd27a83600c951e58c73f1c319b56d84d2c4e6 (patch)
tree6344fd83c08439b3f6e69ca293395f03d5212b4c /scd
parentpreparing a release (diff)
downloadgnupg-7ddd27a83600c951e58c73f1c319b56d84d2c4e6.tar.gz
gnupg-7ddd27a83600c951e58c73f1c319b56d84d2c4e6.zip
Minor fixes
Diffstat (limited to 'scd')
-rw-r--r--scd/ChangeLog5
-rw-r--r--scd/command.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog
index 937010d95..b42c569f1 100644
--- a/scd/ChangeLog
+++ b/scd/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-12 Werner Koch <[email protected]>
+
+ * command.c (send_client_notifications) [HAVE_W32_SYSTEM]: Fix
+ brackets.
+
2009-01-08 Werner Koch <[email protected]>
* iso7816.c (iso7816_read_record, iso7816_read_binary): Pass 0 for
diff --git a/scd/command.c b/scd/command.c
index c535acbff..31c5f1748 100644
--- a/scd/command.c
+++ b/scd/command.c
@@ -2034,8 +2034,8 @@ send_client_notifications (void)
killidx++;
}
}
-#endif /*!HAVE_W32_SYSTEM*/
}
+#endif /*!HAVE_W32_SYSTEM*/
}
}
}