diff options
author | Mateusz Kocielski <shm@php.net> | 2014-03-18 10:49:28 +0100 |
---|---|---|
committer | Mateusz Kocielski <shm@php.net> | 2014-03-18 10:49:28 +0100 |
commit | 6c259625c45f4a4137b53a9e3a06677f7c3236ed (patch) | |
tree | 234eb037e51a39a7dda8e24528d3d3bad01a6a6f /sapi/phpdbg/phpdbg.c | |
parent | 888f467d63ba6d35d3d2142747b04870e94824a3 (diff) | |
download | php-git-6c259625c45f4a4137b53a9e3a06677f7c3236ed.tar.gz |
Fixed wrong indentation
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r-- | sapi/phpdbg/phpdbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index 7e0e2bafcd..51a328d0b5 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -35,7 +35,7 @@ # include <sys/select.h> # include <sys/time.h> # include <sys/types.h> -# include <netinet/in.h> +# include <netinet/in.h> # include <unistd.h> # include <arpa/inet.h> #endif /* }}} */ |