diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-04-29 18:21:14 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-04-29 18:21:14 +0000 | 
| commit | 910d9fe22770d744f88eb42762ec678e4e0a16de (patch) | |
| tree | 16ab734ad6423f715a172f684584066fa8683884 | |
| parent | 3b7232c901f19c49451f5b4894d5c3be82c57d18 (diff) | |
Fix a small typo
| -rw-r--r-- | tools/hciattach.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/hciattach.c b/tools/hciattach.c index 885f202d..08b28f45 100644 --- a/tools/hciattach.c +++ b/tools/hciattach.c @@ -821,7 +821,7 @@ static int st(int fd, struct uart_t *u, struct termios *ti)  	return 0;  } -extern stlc2500_init(int fd); +extern int stlc2500_init(int fd);  static int stlc2500(int fd, struct uart_t *u, struct termios *ti)  { | 
