Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 01:31:18 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329503 - head/stand/liblua
Message-ID:  <201802180131.w1I1VI13096299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Sun Feb 18 01:31:18 2018
New Revision: 329503
URL: https://svnweb.freebsd.org/changeset/base/329503

Log:
  liblua: Fix missing '}' in lutil.c after r329499

Modified:
  head/stand/liblua/lutils.c

Modified: head/stand/liblua/lutils.c
==============================================================================
--- head/stand/liblua/lutils.c	Sun Feb 18 01:21:52 2018	(r329502)
+++ head/stand/liblua/lutils.c	Sun Feb 18 01:31:18 2018	(r329503)
@@ -245,3 +245,4 @@ luaopen_io(lua_State *L)
 {
 	luaL_newlib(L, iolib);
 	return 1;
+}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802180131.w1I1VI13096299>