removed excess NULL element

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17183 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-04-21 09:45:35 +00:00
parent 61ddc257d2
commit 966bf92369

View File

@ -49,7 +49,6 @@ sys_siglist[NSIG] = {
/* 27 - SIGVTALRM */ "Virtual timer expired",
/* 28 - SIGXCPU */ "CPU time limit exceeded",
/* 29 - SIGXFSZ */ "File size limit exceeded",
NULL
};