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 /dpi/file.c | |
parent | 6deac7761c79417469c515268ba010a5f1fd60fb (diff) |
- s/todo:/TODO:/g
Diffstat (limited to 'dpi/file.c')
-rw-r--r-- | dpi/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -648,7 +648,7 @@ static int File_get_file(ClientInfo *Client, } } while (st > 0); - /* todo: It may be better to send an error report to dillo instead of + /* TODO: It may be better to send an error report to dillo instead of * calling exit() */ if (st == -1) { MSG("ERROR while reading from file \"%s\", error was \"%s\"\n", @@ -977,7 +977,7 @@ int main(void) } } - /* todo: handle a running thread better. */ + /* TODO: handle a running thread better. */ for (i = 0; i < 5 && ThreadRunning; ++i) { MSG("sleep i=%u", i); sleep(i); |