make cpp safe, from Allan McRae

This commit is contained in:
Love Hornquist Astrand
2009-11-23 07:19:00 -08:00
parent f8d3becbf3
commit 826c14833f
2 changed files with 2 additions and 2 deletions

View File

@@ -1376,7 +1376,7 @@ out:
*
*/
struct krb5_cccol_cursor {
struct krb5_cccol_cursor_data {
int idx;
krb5_cc_cache_cursor cursor;
};