diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-07-10 12:04:09 -0700 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-07-10 12:04:09 -0700 |
commit | f76f94a743505da16e121992eb789c1f74eb7673 (patch) | |
tree | 335fd6380bea4f1857531b54148178f77770c371 /src/ch7xxx | |
parent | df333cc9a848bc2299a52a7613fe4ffdff8038a2 (diff) |
Supply proper NULL-terminated symbol lists to avoid crashing.
Diffstat (limited to 'src/ch7xxx')
-rw-r--r-- | src/ch7xxx/ch7xxx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ch7xxx/ch7xxx.h b/src/ch7xxx/ch7xxx.h index 5ae0ab8c..679c5313 100644 --- a/src/ch7xxx/ch7xxx.h +++ b/src/ch7xxx/ch7xxx.h @@ -28,6 +28,4 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #define CH7xxx_ADDR_1 0x76 -#define CH7xxx_SYMBOL_LIST "CH7xxxVidOutput" - #endif |