summaryrefslogtreecommitdiff
path: root/test/test-weof.c
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2003-09-25 03:30:49 +0000
committerNiels Provos <provos@gmail.com>2003-09-25 03:30:49 +0000
commitc61a2547e26d073d8acf7b9503d9633bbadb3c48 (patch)
tree1f4b245b16b619c74a628d6b60011101e254325b /test/test-weof.c
parent9d26a46c39b312985988c849f519d330b1177405 (diff)
downloadlibevent-c61a2547e26d073d8acf7b9503d9633bbadb3c48.tar.gz
__FUNCTION__ -> __func__
svn:r80
Diffstat (limited to 'test/test-weof.c')
-rw-r--r--test/test-weof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-weof.c b/test/test-weof.c
index 66340393..8862b4a2 100644
--- a/test/test-weof.c
+++ b/test/test-weof.c
@@ -29,7 +29,7 @@ write_cb(int fd, short event, void *arg)
len = write(fd, test, strlen(test) + 1);
- printf("%s: write %d%s\n", __FUNCTION__,
+ printf("%s: write %d%s\n", __func__,
len, len ? "" : " - means EOF");
if (len > 0) {