From: Reuben Thomas Date: Sat, 9 Aug 2014 21:50:14 +0000 (+0100) Subject: src/alloc.c: remove a stray brace X-Git-Tag: emacs-25.0.90~2635^2~679^2~494 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea2eccbb490f968d87fac056dcadc8536ea5067b;p=emacs.git src/alloc.c: remove a stray brace --- diff --git a/src/ChangeLog b/src/ChangeLog index af0589257d8..52862bfb446 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,6 @@ 2014-08-09 Reuben Thomas + * alloc.c (Fmemory_info): Remove a stray brace. * process.c: Fix a comment typo. * msdos.c: * dosfns.c (init_dosfns): Remove support for DJGPP < 2.02. diff --git a/src/alloc.c b/src/alloc.c index a8ad44491fa..ac154b587e6 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -6915,7 +6915,6 @@ or memory information can't be obtained, return nil. */) (uintmax_t) freeswap / 1024); else return Qnil; -} #else /* not HAVE_LINUX_SYSINFO, not WINDOWSNT, not MSDOS */ /* FIXME: add more systems. */ return Qnil;