diff options
| author | jakob <jakob@memeware.net> | 2017-01-07 16:01:01 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-01-07 16:01:01 -0500 |
| commit | b3560b1005d3bc78a4f00a2279eb791209801a98 (patch) | |
| tree | ef1b14ab28240e892c36aa51d709946414a3ade8 /src/cli.h | |
| parent | 91391f96b6541b9db97e3ad4fe5f62c76c07bb29 (diff) | |
Minimal debugging information about the stream is printed.
Diffstat (limited to 'src/cli.h')
| -rw-r--r-- | src/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ /* Binary structure for storing command-line options. */ struct configuration { - long long padding; + long long padding; // This is temporary. }; /* General subroutine for parsing command-line arguments. Returns a |