diff options
author | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-30 16:32:41 +0200 |
commit | 0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch) | |
tree | 151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /src/misc.c | |
parent | 6deac7761c79417469c515268ba010a5f1fd60fb (diff) |
- s/todo:/TODO:/g
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -381,7 +381,7 @@ char *a_Misc_encode_base64(const char *in) /* * Load a local file into a dStr. * Return value: dStr on success, NULL on error. - * todo: a filesize threshold may be implemented. + * TODO: a filesize threshold may be implemented. */ Dstr *a_Misc_file2dstr(const char *filename) { |