mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
data/builtins.c: cosmetic fix in comment
This commit is contained in:
parent
3e3f6b0f12
commit
8b51d12f4b
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@
|
||||||
#undef dirname
|
#undef dirname
|
||||||
|
|
||||||
/*
|
/*
|
||||||
+ * IMPORTANT: The order of these struct members must be synchronous
|
* IMPORTANT: The order of these struct members must be synchronous
|
||||||
+ * with the offsets on the macros defined in include/builtins.h!
|
* with the offsets on the macros defined in include/builtins.h!
|
||||||
+ * The order up through "local" is significant.
|
* The order up through "local" is significant.
|
||||||
*/
|
*/
|
||||||
const struct shtable3 shtab_builtins[] =
|
const struct shtable3 shtab_builtins[] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue