Fix comment style in public header
authorKen Raeburn <raeburn@mit.edu>
Thu, 29 Jun 2006 00:12:21 +0000 (00:12 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 29 Jun 2006 00:12:21 +0000 (00:12 +0000)
ticket: 3952

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18255 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.hin

index ed896b5daa47752d347c4a05ade52025bbfa01c0..603ed802835f3ea07234c9afcbf0a3d162ec429c 100644 (file)
@@ -2545,14 +2545,16 @@ krb5_set_error_message (krb5_context, krb5_error_code, const char *, ...);
 void KRB5_CALLCONV
 krb5_vset_error_message (krb5_context, krb5_error_code, const char *, va_list);
 #endif
-/* The behavior of krb5_get_error_message is only defined the first
-   time it is called after a failed call to a krb5 function using the
-   same context, and only when the error code passed in is the same as
-   that returned by the krb5 function.  Future versions may return the
-   same string for the second and following calls.
-
-   The string returned by this function must be freed using
-   krb5_free_error_message.  */
+/*
+ * The behavior of krb5_get_error_message is only defined the first
+ * time it is called after a failed call to a krb5 function using the
+ * same context, and only when the error code passed in is the same as
+ * that returned by the krb5 function.  Future versions may return the
+ * same string for the second and following calls.
+ *
+ * The string returned by this function must be freed using
+ * krb5_free_error_message.
+ */
 char * KRB5_CALLCONV
 krb5_get_error_message (krb5_context, krb5_error_code);
 void KRB5_CALLCONV