summaryrefslogtreecommitdiffstatshomepage
path: root/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'dummy.c')
-rw-r--r--dummy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dummy.c b/dummy.c
index 99135bb4..67e4d85d 100644
--- a/dummy.c
+++ b/dummy.c
@@ -1,4 +1,4 @@
-/* $Id: dummy.c,v 1.1 2008/11/23 16:53:18 kristaps Exp $ */
+/* $Id: dummy.c,v 1.2 2008/11/24 08:50:33 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -26,7 +26,7 @@
int
md_line_dummy(const struct md_args *args,
struct md_mbuf *out, const struct md_rbuf *in,
- const char *buf, size_t sz, void *data)
+ char *buf, size_t sz, void *data)
{
assert(buf);