diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-10-21 16:14:09 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-10-21 16:14:09 (GMT) |
| commit | fdd3d240316086fdfd37840a828dc2111f5c70e2 (patch) | |
| tree | 98001b6515039160427e84e6d09e52af22ffe774 /includes/interface.h | |
| parent | 24d5ca7d4e28d7996d0866f5ebc081e74d28de5b (diff) | |
| download | powder-fdd3d240316086fdfd37840a828dc2111f5c70e2.zip powder-fdd3d240316086fdfd37840a828dc2111f5c70e2.tar.gz | |
some 'fixes', better solution: change to what it was before the neutron fix.
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/includes/interface.h b/includes/interface.h index d3d9210..a284475 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -75,21 +75,21 @@ typedef struct ui_edit ui_edit; struct save_info { - char *title; - char *name; - char *author; - char *date; - char *description; - int publish; - int voteup; - int votedown; - int vote; - int myvote; - int myfav; - char *tags; - int comment_count; - char *comments[6]; - char *commentauthors[6]; + char *title; + char *name; + char *author; + char *date; + char *description; + int publish; + int voteup; + int votedown; + int vote; + int myvote; + int myfav; + char *tags; + int comment_count; + char *comments[6]; + char *commentauthors[6]; }; typedef struct save_info save_info; |
