summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorFelix 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)
commitfdd3d240316086fdfd37840a828dc2111f5c70e2 (patch)
tree98001b6515039160427e84e6d09e52af22ffe774 /includes/interface.h
parent24d5ca7d4e28d7996d0866f5ebc081e74d28de5b (diff)
downloadpowder-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.h30
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;