1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

src/alloc.c: remove a stray brace

This commit is contained in:
Reuben Thomas 2014-08-09 22:50:14 +01:00
parent aac6be1331
commit ea2eccbb49
2 changed files with 1 additions and 1 deletions

View file

@ -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;