summaryrefslogtreecommitdiff
path: root/vmsfunctions.c
diff options
context:
space:
mode:
Diffstat (limited to 'vmsfunctions.c')
-rw-r--r--vmsfunctions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmsfunctions.c b/vmsfunctions.c
index f3f70e3..51a270e 100644
--- a/vmsfunctions.c
+++ b/vmsfunctions.c
@@ -91,7 +91,7 @@ readdir (DIR *dir)
if (!((i = sys$search (dfab)) & 1))
{
- DB (DB_VERBOSE, (_("sys$search failed with %d\n"), i));
+ DB (DB_VERBOSE, (_("sys$search() failed with %d\n"), i));
return (NULL);
}