diff options
Diffstat (limited to 'src/hci')
-rw-r--r-- | src/hci/strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci/strerror.c b/src/hci/strerror.c index 4e97d957..56300b12 100644 --- a/src/hci/strerror.c +++ b/src/hci/strerror.c @@ -75,7 +75,7 @@ static struct errortab * find_closest_error ( int errno ) { * call to strerror(). * */ -const char * strerror ( int errno ) { +char * strerror ( int errno ) { static char errbuf[64]; struct errortab *errortab; |