Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
da789115
Commit
da789115
authored
Nov 27, 2008
by
Pekka Pessi
Browse files
su/su_errno.c: fixed whitespace
darcs-hash:20081127130641-db55f-4b6f07ef33de6a357060564cee34c1c8f95d6400.gz
parent
ab2ff528
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libsofia-sip-ua/su/su_errno.c
libsofia-sip-ua/su/su_errno.c
+4
-4
No files found.
libsofia-sip-ua/su/su_errno.c
View file @
da789115
...
...
@@ -23,14 +23,14 @@
*/
/**@CFILE su_errno.c errno compatibility
*
*
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
*
* @date Original: Thu Mar 18 19:40:51 1999 pessi
* @date Split to su_errno.c: Thu Dec 22 18:37:02 EET 2005 pessi
*/
#include "config.h"
#include "config.h"
#include <sofia-sip/su_errno.h>
#include <sofia-sip/su.h>
...
...
@@ -128,7 +128,7 @@ const char *su_strerror(int errcode)
};
static
char
buf
[
64
];
if
(
errcode
<
WSABASEERR
)
if
(
errcode
<
WSABASEERR
)
return
strerror
(
errcode
);
if
(
errcode
<
20000
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment