aboutsummaryrefslogtreecommitdiff
path: root/dpi/file.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-30 16:32:41 +0200
committerjcid <devnull@localhost>2008-09-30 16:32:41 +0200
commit0f7c6294d403e3ed80961e91f906f118e0f0adc5 (patch)
tree151cb6cc9f333a51ba15fb66ac4480bb4da0e0fa /dpi/file.c
parent6deac7761c79417469c515268ba010a5f1fd60fb (diff)
- s/todo:/TODO:/g
Diffstat (limited to 'dpi/file.c')
-rw-r--r--dpi/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dpi/file.c b/dpi/file.c
index d7612f64..7bc1f0b1 100644
--- a/dpi/file.c
+++ b/dpi/file.c
@@ -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);