diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-01-23 17:38:16 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2009-01-23 17:38:16 +0000 |
commit | e7ec44c97784df16ba9b9036f6262aa59a3381ab (patch) | |
tree | 536f5cfc0111451e14cf57470b4ef57043510e25 /usr.bin/aucat/file.h | |
parent | d84516209614a448189bd15d54a425c951e76f1b (diff) |
spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>
Diffstat (limited to 'usr.bin/aucat/file.h')
-rw-r--r-- | usr.bin/aucat/file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/file.h b/usr.bin/aucat/file.h index 7fd9bad184e..3a341ebba28 100644 --- a/usr.bin/aucat/file.h +++ b/usr.bin/aucat/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.5 2008/12/29 17:59:08 ratchov Exp $ */ +/* $OpenBSD: file.h,v 1.6 2009/01/23 17:38:15 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -31,7 +31,7 @@ struct fileops { size_t size; void (*close)(struct file *); unsigned (*read)(struct file *, unsigned char *, unsigned); - unsigned (*write)(struct file *, unsigned char *, unsigned); + unsigned (*write)(struct file *, unsigned char *, unsigned); void (*start)(struct file *); void (*stop)(struct file *); int (*nfds)(struct file *); |