diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-23 23:58:20 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-23 23:58:20 +0000 |
| commit | bf8aef63e10957004c61f8febdbc3921f9f190c9 (patch) | |
| tree | e24bb6e5879727481ee57823de29dc1aacc3b949 /lib | |
| parent | 01df2ec3284983bfe28031d1c86c13ffd4a21b7e (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libcam/camlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcam/camlib.h b/lib/libcam/camlib.h index 46affd619619..e505c77c43af 100644 --- a/lib/libcam/camlib.h +++ b/lib/libcam/camlib.h @@ -82,7 +82,7 @@ extern char cam_errbuf[]; struct cam_device { - char device_path[MAXPATHLEN+1];/* + char device_path[MAXPATHLEN];/* * Pathname of the device * given by the user. This * may be null if the |
