Changeset 1162 in MondoRescue


Ignore:
Timestamp:
Feb 14, 2007, 5:55:49 PM (17 years ago)
Author:
Bruno Cornec
Message:

Fix 2 typos

Location:
branches/stable/mondo/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-filelist.c

    r1159 r1162  
    686686{
    687687    /*@ buffers ***************************************************** */
    688     char val_sz[MAX_STR_LEN];
     688    char *val_sz;
    689689    char *cfg_fname = NULL;
    690690
  • branches/stable/mondo/src/include/mr_mem.h

    r1152 r1162  
    3131extern inline void mr_getline_int(char **lineptr, size_t *n, FILE *stream, int line, char *file);
    3232extern inline void *mr_malloc_int(size_t size, int line, char *file);
    33 extern inline mr_setenv_int(const char *name, const char *value, int line, char *file);
     33extern inline void mr_setenv_int(const char *name, const char *value, int line, char *file);
    3434
    3535#endif                          /* MR_MEM_H */
Note: See TracChangeset for help on using the changeset viewer.