Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/edit/sheet_impl.h

    r69cf3a4 r55edba0  
    4040
    4141/** Sheet */
    42 typedef struct sheet {
     42struct sheet {
    4343        /* Note: This structure is opaque for the user. */
    4444
     
    4848
    4949        list_t tags;
    50 } sheet_t;
     50};
    5151
    5252#endif
Note: See TracChangeset for help on using the changeset viewer.