Explorar o código

unneeded quotes

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
0f9f0d5305
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/sysdeps/linux/x86_64/sigaction.c

+ 1 - 1
libc/sysdeps/linux/x86_64/sigaction.c

@@ -27,7 +27,7 @@
 
 
 #if defined __NR_rt_sigaction
-#warning "Yes there are two warnings here.  Don't worry about it."
+#warning Yes there are two warnings here.  Don't worry about it.
 static void restore_rt (void) asm ("__restore_rt");
 static void restore (void) asm ("__restore");