summaryrefslogtreecommitdiff
path: root/usermux/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-10-20 09:48:26 +0000
committerRoland McGrath <roland@gnu.org>1998-10-20 09:48:26 +0000
commitcaf7ac6e90416c95f67a381835980e3da3570eb0 (patch)
tree28077a76d06d42200c6a432d37d51e50b377d467 /usermux/ChangeLog
parentfc40a731d23f893be2cb7699d7e078568d4c210c (diff)
Add braces to silence gcc warnings.
Diffstat (limited to 'usermux/ChangeLog')
-rw-r--r--usermux/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/usermux/ChangeLog b/usermux/ChangeLog
index e69de29b..f4602d55 100644
--- a/usermux/ChangeLog
+++ b/usermux/ChangeLog
@@ -0,0 +1,3 @@
+1998-10-20 Roland McGrath <roland@baalperazim.frob.com>
+
+ * mux.c (get_dirents): Add braces to silence gcc warning.