diff options
Diffstat (limited to 'spectro/disptechs.c')
-rwxr-xr-x | spectro/disptechs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spectro/disptechs.c b/spectro/disptechs.c index bade777..dc38480 100755 --- a/spectro/disptechs.c +++ b/spectro/disptechs.c @@ -330,7 +330,7 @@ static disptech_info disptech_info_array[] = { }; -static int unknown_ix = -1; +static int unknown_ix = -1; /* Set to actual index by find_unknown() */ static void find_unknown() { int i; |