(svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]

This commit is contained in:
peter1138
2006-09-28 18:42:35 +00:00
parent b49018f7b1
commit 681c8c0162
22 changed files with 41 additions and 17 deletions

View File

@@ -38,4 +38,4 @@ static inline Slope ComplementSlope(Slope s)
return (Slope)(0xF ^ s);
}
#endif
#endif /* SLOPE_H */