Changeset 551 for trunk/dll/menu.h


Ignore:
Timestamp:
Feb 28, 2007, 2:33:51 AM (19 years ago)
Author:
Gregg Young
Message:

Indentation cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/menu.h

    r2 r551  
    1 typedef struct MENU {
    2   USHORT        size;
    3   USHORT        cmd;
    4   USHORT        type;
    5   USHORT        dummy;
    6   CHAR         *text;
    7   struct MENU  *next;
    8 } MENU;
     1typedef struct MENU
     2{
     3  USHORT size;
     4  USHORT cmd;
     5  USHORT type;
     6  USHORT dummy;
     7  CHAR *text;
     8  struct MENU *next;
     9}
     10MENU;
    911
    1012#define ACTION    0
Note: See TracChangeset for help on using the changeset viewer.