浏览代码

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
 #ifdef SDL_AUDIO_DRIVER_NETBSD
 
 
-/*
- * Driver for native NetBSD audio(4).
- * [email protected]
- */
+// Driver for native NetBSD audio(4).
 
 
 #include <errno.h>
 #include <errno.h>
 #include <unistd.h>
 #include <unistd.h>