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:
parent
6e9917e304
commit
cca7eb1fd9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue