(print_color_indicator): Initialize EXT to NULL.

This commit is contained in:
Jim Meyering
1996-12-04 01:21:28 +00:00
parent c7975ba578
commit ad44ac84c8
+1
View File
@@ -2405,6 +2405,7 @@ print_color_indicator (const char *name, unsigned int mode, int linkok)
type = C_EXEC;
/* Check the file's suffix only if still classified as C_FILE. */
ext = NULL;
if (type == C_FILE)
{
/* Test if NAME has a recognized suffix. */