aboutsummaryrefslogtreecommitdiff
path: root/lib/dotdot.h
diff options
context:
space:
mode:
authorDaniel Gustafsson <daniel@yesql.se>2018-10-23 10:02:24 +0200
committerDaniel Gustafsson <daniel@yesql.se>2018-10-23 10:02:24 +0200
commit06d8f16b87208abc6dfde1341e992e0811c31fda (patch)
tree2b42cdc6218f1439a5221f730f6c5f24e9d9ebff /lib/dotdot.h
parenta023dfa19abd581f9645d218519ec8843564eb47 (diff)
headers: end all headers with guard comment
Most headerfiles end with a /* <headerguard> */ comment, but it was missing from some. The comment isn't the most important part of our code documentation but consistency has an intrinsic value in itself. This adds header guard comments to the files that were lacking it. Closes #3158 Reviewed-by: Jay Satiro <raysatiro@yahoo.com> Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Diffstat (limited to 'lib/dotdot.h')
-rw-r--r--lib/dotdot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dotdot.h b/lib/dotdot.h
index fac8e6f2a..125af4367 100644
--- a/lib/dotdot.h
+++ b/lib/dotdot.h
@@ -22,4 +22,4 @@
*
***************************************************************************/
char *Curl_dedotdotify(const char *input);
-#endif
+#endif /* HEADER_CURL_DOTDOT_H */