Skip to content

Commit

Permalink
Just a nit
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63922 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
wrowe committed Oct 13, 2002
1 parent 2f2e114 commit 27a6af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/unix/errorcodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ static char *apr_os_strerror(char *buf, apr_size_t bufsize, apr_status_t errcode
#else
/* On Unix, apr_os_strerror() handles error codes from the resolver
* (h_errno).
e*/
*/
static char *apr_os_strerror(char* buf, apr_size_t bufsize, int err)
{
#ifdef HAVE_HSTRERROR
Expand Down

0 comments on commit 27a6af3

Please sign in to comment.