mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
src/alloc.c: remove a stray brace
This commit is contained in:
parent
aac6be1331
commit
ea2eccbb49
2 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
2014-08-09 Reuben Thomas <rrt@sc3d.org>
|
||||
|
||||
* 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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue