1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00

unposted: replace elided colon

This commit is contained in:
Clint Adams 2006-09-15 21:52:53 +00:00
parent 6e9917e304
commit cca7eb1fd9

View file

@ -349,7 +349,7 @@ printulimit(char *nam, int lim, int hard, int head)
break;
# endif /* HAVE_RLIMIT_NICE */
# ifdef HAVE_RLIMIT_RTPRIO
case RLIMIT_RTPRIO
case RLIMIT_RTPRIO:
if (head)
printf("-r: max rt priority ");
break;