aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
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*/
}
}
}