diff options
author | Aubrey Li <aubrey.adi@gmail.com> | 2007-03-10 23:49:29 +0800 |
---|---|---|
committer | Aubrey Li <aubrey.adi@gmail.com> | 2007-03-10 23:49:29 +0800 |
commit | 8db13d63157811c839d15a313d9f2d2f5fd10af3 (patch) | |
tree | e8f94f4059122b3218cffe1d3bbe577aea6cb6d9 /cpu/bf533/video.c | |
parent | ef26a08fef928b7bc11ae2c109e638dc3a016d91 (diff) |
[Blackfin][PATCH] code cleanup
Diffstat (limited to 'cpu/bf533/video.c')
-rw-r--r-- | cpu/bf533/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/bf533/video.c b/cpu/bf533/video.c index 056564ab645..3ff0151d486 100644 --- a/cpu/bf533/video.c +++ b/cpu/bf533/video.c @@ -45,7 +45,7 @@ int is_vblank_line(const int line) { /* * This array contains a single bit for each line in - * an NTSC frame. + * an NTSC frame. */ if ((line <= 18) || (line >= 264 && line <= 281) || (line == 528)) return true; |