summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-06-05 12:33:05 +0200
committerraysan5 <[email protected]>2021-06-05 12:33:05 +0200
commite95d8bc655cb69320a835b9af9fd041bcd1257f7 (patch)
treec15e44201ba9af029f161065a643ad79c7c7efa7 /src/raylib.h
parent6445200a93354825daae733e3172a330c4ee2110 (diff)
downloadraylib-e95d8bc655cb69320a835b9af9fd041bcd1257f7.tar.gz
raylib-e95d8bc655cb69320a835b9af9fd041bcd1257f7.zip
Minor format tweaks
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index c19565d4..5b27fc4e 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -121,7 +121,7 @@
#endif
// NOTE: MSVC C++ compiler does not support compound literals (C99 feature)
-// Plain structures in C++ (without constructors) can be initialized from { } initializers.
+// Plain structures in C++ (without constructors) can be initialized with { }
#if defined(__cplusplus)
#define CLITERAL(type) type
#else