소스 검색

netbsdaudio: Removed email address from source code.

Not to diminish their contribution, but I'm about to tear this code up
and would rather the bug reports go to the SDL project.
Ryan C. Gordon 2 년 전
부모
커밋
0f6e59312b
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/audio/netbsd/SDL_netbsdaudio.c

+ 1 - 4
src/audio/netbsd/SDL_netbsdaudio.c

@@ -22,10 +22,7 @@
 
 #ifdef SDL_AUDIO_DRIVER_NETBSD
 
-/*
- * Driver for native NetBSD audio(4).
- * [email protected]
- */
+// Driver for native NetBSD audio(4).
 
 #include <errno.h>
 #include <unistd.h>