summaryrefslogtreecommitdiff
path: root/src/gif.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 /src/gif.c
parent6deac7761c79417469c515268ba010a5f1fd60fb (diff)
- s/todo:/TODO:/g
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gif.c b/src/gif.c
index b16a9e64..6ea23561 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -54,7 +54,7 @@
*/
-/* todo:
+/* TODO:
* + Make sure to handle error cases gracefully (including aborting the
* connection, if necessary).
*/
@@ -167,7 +167,7 @@ void *a_Gif_image(const char *Type, void *Ptr, CA_Callback_t *Call,
if (!web->Image)
web->Image = a_Image_new(0, 0, NULL, prefs.bg_color);
- /* todo: get the backgound color from the parent widget -- Livio. */
+ /* TODO: get the backgound color from the parent widget -- Livio. */
/* Add an extra reference to the Image (for dicache usage) */
a_Image_ref(web->Image);