diff options
Diffstat (limited to 'include/fav.h')
-rw-r--r-- | include/fav.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fav.h b/include/fav.h index 418f4062..fc719c71 100644 --- a/include/fav.h +++ b/include/fav.h @@ -46,7 +46,7 @@ typedef struct { typedef struct { short bid; - time4_t lastvisit; + time4_t lastvisit; char attr; } fav_board_t; |