summaryrefslogtreecommitdiff
path: root/zen/warn_static.h
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-15 08:13:44 -0400
committerB Stack <bgstack15@gmail.com>2019-07-15 08:13:44 -0400
commite195d3217826d61ab0d7ca7e2032271f5066a7df (patch)
tree222d90397f9ee1cf91de443fedc97fdaf5f33d14 /zen/warn_static.h
parentMerge branch '10.13' into 'master' (diff)
downloadFreeFileSync-e195d3217826d61ab0d7ca7e2032271f5066a7df.tar.gz
FreeFileSync-e195d3217826d61ab0d7ca7e2032271f5066a7df.tar.bz2
FreeFileSync-e195d3217826d61ab0d7ca7e2032271f5066a7df.zip
add upstream 10.14
Diffstat (limited to 'zen/warn_static.h')
-rw-r--r--zen/warn_static.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/zen/warn_static.h b/zen/warn_static.h
index fb8fbb95..17e7cf25 100644
--- a/zen/warn_static.h
+++ b/zen/warn_static.h
@@ -8,10 +8,10 @@
#define WARN_STATIC_H_08724567834560832745
/*
-Portable Compile-Time Warning
------------------------------
-Usage:
- warn_static("my message")
+ Portable Compile-Time Warning
+ -----------------------------
+ Usage:
+ warn_static("my message")
*/
#define ZEN_STATIC_WARNING_STRINGIZE(NUM) #NUM
bgstack15