filename | src/lxdream.h |
changeset | 736:a02d1475ccfd |
prev | 607:268c85ddc01f |
next | 738:0cbff49086b8 |
author | nkeynes |
date | Mon Jul 14 07:44:42 2008 +0000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Re-indent everything consistently Fix include guards for consistency as well |
file | annotate | diff | log | raw |
1.1 --- a/src/lxdream.h Sat Jan 26 02:43:30 2008 +00001.2 +++ b/src/lxdream.h Mon Jul 14 07:44:42 2008 +00001.3 @@ -16,8 +16,8 @@1.4 * GNU General Public License for more details.1.5 */1.7 -#ifndef lxdream_common_H1.8 -#define lxdream_common_H 11.9 +#ifndef lxdream_lxdream_H1.10 +#define lxdream_lxdream_H 11.12 #include <stdint.h>1.13 #include <glib/gtypes.h>1.14 @@ -89,4 +89,4 @@1.15 }1.16 #endif1.18 -#endif /* !lxdream_common_H */1.19 +#endif /* !lxdream_lxdream_H */
.