diff options
author | bde <bde@FreeBSD.org> | 1999-08-07 13:09:30 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-08-07 13:09:30 +0000 |
commit | 2521c81c48cd09eaca4c120754576c83caec2ccb (patch) | |
tree | 81f66b83f3cc3531938c3ae81f7940a338dbdf6a /sys | |
parent | 6caa85e9a6af90806eed935ad0ed60ae56eb0462 (diff) | |
download | FreeBSD-src-2521c81c48cd09eaca4c120754576c83caec2ccb.zip FreeBSD-src-2521c81c48cd09eaca4c120754576c83caec2ccb.tar.gz |
Fixed syntax errors. Code should be tested before committing it, or at
least before enabling it in LINT and merging it into RELENG_3.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/contrib/dev/fla/msysosak.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/fla/msysosak.h b/sys/contrib/dev/fla/msysosak.h index 46cda6a..11d4c51 100644 --- a/sys/contrib/dev/fla/msysosak.h +++ b/sys/contrib/dev/fla/msysosak.h @@ -1,4 +1,4 @@ - +/*- SOFTWARE LICENSE AGREEMENT IMPORTANT! READ CAREFULLY: @@ -99,7 +99,7 @@ DiskOnChip® product lines. The laws of the State of California, United States of America, exclusive of conflict-of-laws provisions, shall govern this Agreement in all respects. - +*/ #ifndef MSYSOSAK_H #define MSYSOSAK_H 1 |