Date:2010-09-24 23:58:55 (13 years 6 months ago)
Author:Werner Almesberger
Commit:0c494069c385a46e65e14f3315729c9bad06cd47
Message:The #endif at end of header file must have a comment saying /* !name */

- solidify/array.h, solidify/histo.h, solidify/level.h, solidify/solid.h,
solidify/util.h" comment at final #endif said /* name */, not /* !name */
Files: solidify/array.h (1 diff)
solidify/histo.h (1 diff)
solidify/level.h (1 diff)
solidify/solid.h (1 diff)
solidify/util.h (1 diff)

Change Details

solidify/array.h
4949}
5050
5151
52#endif /* ARRAY_H */
52#endif /* !ARRAY_H */
solidify/histo.h
2626void free_histo(struct histo *h);
2727int median(const struct histo *h);
2828
29#endif /* HISTO_H */
29#endif /* !HISTO_H */
solidify/level.h
2020
2121void level(GtkWidget *canvas, struct face *f);
2222
23#endif /* LEVEL_H */
23#endif /* !LEVEL_H */
solidify/solid.h
2121
2222void povray(const struct solid *s);
2323
24#endif /* SOLID_H */
24#endif /* !SOLID_H */
solidify/util.h
2828
2929void draw_circle(GdkDrawable *da, GdkGC *gc, int x, int y, int r);
3030
31#endif /* UTIL_H */
31#endif /* !UTIL_H */

Archive Download the corresponding diff file

Branches:
master



interactive