mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-05 00:50:50 +02:00
header file #endif guard middle program once style consistency
This commit is contained in:
committed by
R. Timothy Edwards
parent
d55a2b74ac
commit
2db18509c5
+2
-2
@@ -187,14 +187,14 @@ typedef struct def
|
||||
* structure describes the indices and the separation between elements
|
||||
* (for computing transforms).
|
||||
*/
|
||||
#ifndef _DATABASE_H
|
||||
#ifndef _MAGIC__DATABASE__DATABASE_H
|
||||
typedef struct
|
||||
{
|
||||
int ar_xlo, ar_xhi;
|
||||
int ar_ylo, ar_yhi;
|
||||
int ar_xsep, ar_ysep;
|
||||
} ArrayInfo;
|
||||
#endif /* _DATABASE_H */
|
||||
#endif /* _MAGIC__DATABASE__DATABASE_H */
|
||||
|
||||
typedef struct use
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user