Index: uspace/lib/draw/codec/tga.c
===================================================================
--- uspace/lib/draw/codec/tga.c	(revision 571f3e1ac950faa8d358abf006fa270d4068d5a4)
+++ uspace/lib/draw/codec/tga.c	(revision 3de23650da2ab9cb3202427c5fb55ef26fd43b4d)
@@ -110,4 +110,5 @@
  * @return True on succesful decoding.
  * @return False on failure.
+ *
  */
 static bool decode_tga_header(void *data, size_t size, tga_t *tga)
@@ -174,4 +175,5 @@
  * @return Newly allocated surface with the decoded content.
  * @return NULL on error or unsupported format.
+ *
  */
 surface_t *decode_tga(void *data, size_t size, surface_flags_t flags)
@@ -264,4 +266,5 @@
  * @return True on succesful encoding.
  * @return False on failure.
+ *
  */
 bool encode_tga(surface_t *surface, void **pdata, size_t *psize)
