summaryrefslogtreecommitdiffstats
path: root/contrib/openpam
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-01-03 02:18:53 +0000
committerdes <des@FreeBSD.org>2003-01-03 02:18:53 +0000
commit138c0848a793f880a77b15e403b446b1afd6baf5 (patch)
treed38c86f823d3a4a41897b54d82a65b1d24b139fc /contrib/openpam
parent18c136aadd659f7b141653f3f614063e70bc59eb (diff)
downloadFreeBSD-src-138c0848a793f880a77b15e403b446b1afd6baf5.zip
FreeBSD-src-138c0848a793f880a77b15e403b446b1afd6baf5.tar.gz
Fix typo in debugging macro (perforce change 23072)
Diffstat (limited to 'contrib/openpam')
-rw-r--r--contrib/openpam/lib/openpam_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/lib/openpam_impl.h b/contrib/openpam/lib/openpam_impl.h
index 9ffcc0a..96e3b7b 100644
--- a/contrib/openpam/lib/openpam_impl.h
+++ b/contrib/openpam/lib/openpam_impl.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/openpam_impl.h#17 $
+ * $P4: //depot/projects/openpam/lib/openpam_impl.h#18 $
*/
#ifndef _OPENPAM_IMPL_H_INCLUDED
@@ -153,7 +153,7 @@ pam_module_t *openpam_dynamic(const char *);
#define ENTER()
#define RETURNV() return
#define RETURNC(c) return (c)
-#define RETURNI(n) return (i)
+#define RETURNI(i) return (i)
#define RETURNP(p) return (p)
#define RETURNS(s) return (s)
#endif
OpenPOWER on IntegriCloud