Commit 005b42d14b4a6f87b92cd38761229444cb8554a7

Authored by Perry Werneck
1 parent bf1d13f2
Exists in master and in 1 other branch develop

Removing debug point.

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/terminal/colors.c
... ... @@ -84,8 +84,6 @@ const gchar * v3270_get_default_colors()
84 84 return default_colors;
85 85 }
86 86  
87   - exit(-1);
88   -
89 87 free(default_colors);
90 88 default_colors = NULL;
91 89 }
... ...