diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-02 00:19:19 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-01-02 00:19:19 +0000 |
commit | d505bb051b036d7a7ccbbe4b3ee4e9477b5b59a9 (patch) | |
tree | e69a0e7260545d311093038b4ff5202148b96790 | |
parent | 2b6af2000b421057a3194a962a9ab6be39d0a838 (diff) |
10l: Replace #define with #endif where I really meant to write #endif.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25582 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | input/lirc.h | 2 | ||||
-rw-r--r-- | vidix/dhahelperwin/ntverp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/input/lirc.h b/input/lirc.h index 08cb6e741a..4aabc018a8 100644 --- a/input/lirc.h +++ b/input/lirc.h @@ -10,4 +10,4 @@ mp_input_lirc_read(int fd,char* dest, int s); void mp_input_lirc_close(int fd); -#define /* LIRC_H */ +#endif /* LIRC_H */ diff --git a/vidix/dhahelperwin/ntverp.h b/vidix/dhahelperwin/ntverp.h index 807f123055..ad2892918d 100644 --- a/vidix/dhahelperwin/ntverp.h +++ b/vidix/dhahelperwin/ntverp.h @@ -153,4 +153,4 @@ #define VER_LEGALTRADEMARKS_STR \
"ReactOS(R) is a registered trademark of the ReactOS Foundation."
-#define /* NTVERP_H */
+#endif /* NTVERP_H */
|