summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-18 11:39:41 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-18 11:39:41 +0800
commit0eacc33865cf803f452bd71cdbf9e7e2fdef20b4 (patch)
tree8ea5053c5a18a3f41bfe1dddf823d3b40144b276
parent9b93671ae6927b9d6f5ebccbd614714973d26d82 (diff)
Add the standard comment to the last #endif.
That is, add /* _ST_API_H_ */.
-rw-r--r--st_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st_api.h b/st_api.h
index 940c896..2a8daa9 100644
--- a/st_api.h
+++ b/st_api.h
@@ -346,4 +346,4 @@ extern PUBLIC const struct st_module st_module_OpenGL_ES1;
extern PUBLIC const struct st_module st_module_OpenGL_ES2;
extern PUBLIC const struct st_module st_module_OpenVG;
-#endif
+#endif /* _ST_API_H_ */