diff options
| author | 2019-12-05 00:52:58 +0100 | |
|---|---|---|
| committer | 2019-12-05 00:52:58 +0100 | |
| commit | cca207cc909a9b36b2ba3994ac22f737cbb7978f (patch) | |
| tree | acf839850e8b3304b4b8bc004ea36fe1b476d68a | |
| parent | ed0fc222b60172417423120e925657e9346c7967 (diff) | |
| download | libusbmuxd-cca207cc909a9b36b2ba3994ac22f737cbb7978f.tar.gz libusbmuxd-cca207cc909a9b36b2ba3994ac22f737cbb7978f.tar.bz2 | |
tools: Update .gitignore and name in header of c file
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | tools/inetcat.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -37,4 +37,4 @@ docs/html  libusbmuxd.pc  tools/.libs/*  tools/iproxy -tools/icat +tools/inetcat diff --git a/tools/inetcat.c b/tools/inetcat.c index 5c908ae..e8b1b3a 100644 --- a/tools/inetcat.c +++ b/tools/inetcat.c @@ -1,5 +1,5 @@  /* - * icat.c -- simple netcat-like tool that enables service access to iOS devices + * inetcat.c -- simple netcat-like tool that enables service access to iOS devices   *   * Copyright (C) 2017 Adrien Guinet <adrien@guinet.me>   * | 
