Module: sems Branch: master Commit: 2101331d137382e2989bfcf82228080c85beec77 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=2101331d137382e2989bfcf82228080c85beec77
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Wed Sep 29 16:51:54 2010 +0200 typo fix: removes a gcc warning --- core/plug-in/uac_auth/md5.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/plug-in/uac_auth/md5.h b/core/plug-in/uac_auth/md5.h index 8873a73..84c43b4 100644 --- a/core/plug-in/uac_auth/md5.h +++ b/core/plug-in/uac_auth/md5.h @@ -1,4 +1,4 @@ -/* MD5.H - header file for MD5C.C/ +/* MD5.H - header file for MD5C.C*/ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
