unify eols in saves.cpp and saves.h

setting svn:eol-style to native for saves.cpp and saves.h
This commit is contained in:
matusz 2009-04-06 16:42:02 +00:00
parent 568682a3f0
commit cdef916569
2 changed files with 878 additions and 878 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,19 +34,19 @@ typedef struct
} savestates_t; } savestates_t;
struct SFORMAT struct SFORMAT
{ {
//a string description of the element //a string description of the element
const char *desc; const char *desc;
//the size of each element //the size of each element
u32 size; u32 size;
//the number of each element //the number of each element
u32 count; u32 count;
//a void* to the data or a void** to the data //a void* to the data or a void** to the data
void *v; void *v;
}; };
extern savestates_t savestates[NB_STATES]; extern savestates_t savestates[NB_STATES];