diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-18 10:29:31 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-18 10:29:31 +0000 |
commit | 1f6ab04e67fdc99562f23a3508fcec924d331b1c (patch) | |
tree | b18cad71217fa1601be7daf7aea1ee9ff776637c | |
parent | 5f377edbfbf49e8e3e3c3541023cee94bbb72f66 (diff) |
Text files must end with a newline
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24095 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libvo/vo_macosx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_macosx.h b/libvo/vo_macosx.h index 64858051a1..0eb8bc0cc0 100644 --- a/libvo/vo_macosx.h +++ b/libvo/vo_macosx.h @@ -78,4 +78,4 @@ - (void) scrollWheel: (NSEvent *) theEvent; - (void) mouseEvent: (NSEvent *) theEvent; - (void) check_events; -@end
\ No newline at end of file +@end |