diff mcabber/src/histolog.c @ 1205:2de8f8ba1f34

Update copyrights
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 22:01:37 +0200
parents e802ec0c02d2
children c33b5b6fbf08
line wrap: on
line diff
--- a/mcabber/src/histolog.c	Sat Apr 28 21:52:57 2007 +0200
+++ b/mcabber/src/histolog.c	Sat Apr 28 22:01:37 2007 +0200
@@ -1,7 +1,7 @@
 /*
  * histolog.c   -- File history handling
  *
- * Copyright (C) 2005, 2006 Mikael Berthe <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -353,8 +353,7 @@
 inline void hlog_write_status(const char *bjid, time_t timestamp,
         enum imstatus status, const char *status_msg)
 {
-  // #1 XXX Check status value?
-  // #2 We could add a user-readable comment
+  // XXX Check status value?
   write_histo_line(bjid, timestamp, 'S', toupper(imstatus2char[status]),
           status_msg);
 }