Module Name: src
Committed By: christos
Date: Mon Feb 15 21:56:35 UTC 2016
Modified Files:
src/lib/libedit: eln.c
Log Message:
OpenBSD eln.c rev. 1.3 2011/11/27 21:46:44 pascal
kill a C++-style comment
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libedit/eln.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libedit/eln.c
diff -u src/lib/libedit/eln.c:1.22 src/lib/libedit/eln.c:1.23
--- src/lib/libedit/eln.c:1.22 Sun Feb 14 12:06:24 2016
+++ src/lib/libedit/eln.c Mon Feb 15 16:56:35 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: eln.c,v 1.22 2016/02/14 17:06:24 christos Exp $ */
+/* $NetBSD: eln.c,v 1.23 2016/02/15 21:56:35 christos Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: eln.c,v 1.22 2016/02/14 17:06:24 christos Exp $");
+__RCSID("$NetBSD: eln.c,v 1.23 2016/02/15 21:56:35 christos Exp $");
#endif /* not lint && not SCCSID */
#include "histedit.h"
@@ -233,7 +233,7 @@ el_set(EditLine *el, int op, ...)
ret = -1;
goto out;
}
- // XXX: The two strdup's leak
+ /* XXX: The two strdup's leak */
ret = map_addfunc(el, Strdup(wargv[0]), Strdup(wargv[1]),
func);
ct_free_argv(wargv);