comparison tools/packed.c @ 1028:99522b9fa99e

Remove practically dead line of code.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Mar 2015 16:08:53 +0200
parents d29058e93799
children c88b879c735c
comparison
equal deleted inserted replaced
1027:d29058e93799 1028:99522b9fa99e
140 return FALSE; 140 return FALSE;
141 } 141 }
142 break; 142 break;
143 143
144 default: 144 default:
145 dmErrorMsg("Unknown argument '%s'.\n", currArg);
146 return FALSE; 145 return FALSE;
147 } 146 }
148 147
149 return TRUE; 148 return TRUE;
150 } 149 }