mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +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
|
||||
|
||||
/*
|
||||
+ * IMPORTANT: The order of these struct members must be synchronous
|
||||
+ * with the offsets on the macros defined in include/builtins.h!
|
||||
+ * The order up through "local" is significant.
|
||||
* IMPORTANT: The order of these struct members must be synchronous
|
||||
* with the offsets on the macros defined in include/builtins.h!
|
||||
* The order up through "local" is significant.
|
||||
*/
|
||||
const struct shtable3 shtab_builtins[] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue