Fix a comment.

svn path=/trunk/; revision=19614
This commit is contained in:
Guy Harris 2006-10-19 18:44:51 +00:00
parent 00d8ca2d45
commit 1ae512451e
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ get_runtime_version_info(GString *str)
#ifdef __IBMC__
if ((__IBMC__ % 10) != 0)
g_string_sprintfa(str, " patch %d", __IBMC__ % 10);
#endif /* IBMC */
#endif /* __IBMC__ */
g_string_sprintfa(str, "\n");
#elif defined(__INTEL_COMPILER)
g_string_sprintfa(str, "\nBuilt using Intel C %d.%d",