summaryrefslogtreecommitdiff
path: root/share/hackvr/examples/hackvr_term/hackvr_term.c
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-04-13 00:09:12 -0500
committerepoch <epoch@hacking.allowed.org>2020-04-13 00:09:12 -0500
commitdd737c645037d32bd67a6ca6f377787297921421 (patch)
tree0b533d9a79d45d6bf184f93c90c5dcbcad142d07 /share/hackvr/examples/hackvr_term/hackvr_term.c
parent36da2549891d0d67ed267b3bc5336bf14b2c64de (diff)
parent7ffc20e9ae8297ea8b6f796310cf065d4186aa5b (diff)
downloadhackvr-dd737c645037d32bd67a6ca6f377787297921421.tar.gz
hackvr-dd737c645037d32bd67a6ca6f377787297921421.zip
merged some derp in hackvr_term
Diffstat (limited to 'share/hackvr/examples/hackvr_term/hackvr_term.c')
-rw-r--r--share/hackvr/examples/hackvr_term/hackvr_term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hackvr/examples/hackvr_term/hackvr_term.c b/share/hackvr/examples/hackvr_term/hackvr_term.c
index 5fcf42c..b044498 100644
--- a/share/hackvr/examples/hackvr_term/hackvr_term.c
+++ b/share/hackvr/examples/hackvr_term/hackvr_term.c
@@ -151,7 +151,7 @@ void callback(tmt_msg_t m,TMT *vt, const void *a,void *vt_old) {
int main(int argc,char *argv[]) {
char in[16];
- if(argc < 3) return fprintf(stderr,"usage: ./hackvr_term rows cols\n"),1;
+ if(argc < 3) return fprintf(stderr,"usage: ./hackvr_term cols rows\n"),1;
int r=atoi(argv[2]);
int ret=0;
int c=atoi(argv[1]);