cosmetic, comment, and todo fixes

svn:r9627
This commit is contained in:
Roger Dingledine
2007-02-24 01:12:53 +00:00
parent 4e05ccb289
commit 9946bb7fbd
10 changed files with 49 additions and 43 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ int append_bytes_to_file(const char *fname, const char *str, size_t len,
/** Flag for read_file_to_str: open the file in binary mode. */
#define RFTS_BIN 1
/** Flag for read_file_to_str: it's okay if the file doesn't exist */
/** Flag for read_file_to_str: it's okay if the file doesn't exist. */
#define RFTS_IGNORE_MISSING 2
struct stat;