Skip to content

Commit cb2cf1c

Browse files
committed
Squashed 'libreadtags/' changes from e5686cba..95888db2
95888db2 fix a typo in the last change git-subtree-dir: libreadtags git-subtree-split: 95888db254f1064e5258646173d3b52b8653558d
1 parent ab45f85 commit cb2cf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readtags.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ static tagResult find (tagFile *const file, tagEntry *const entry,
938938
else
939939
{
940940
#ifdef DEBUG
941-
fpruts ("<performing sequential search>\n", stderr);
941+
fputs ("<performing sequential search>\n", stderr);
942942
#endif
943943
result = findSequential (file);
944944
}

0 commit comments

Comments
 (0)