Skip to content

Commit

Permalink
Version 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aramg committed Mar 5, 2021
1 parent bd3bce2 commit 46610d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#ifndef _COMMON_H_
#define _COMMON_H_

#define APP_VER_INT 171
#define APP_VER_STR "1.7.1"
#define APP_VER_INT 172
#define APP_VER_STR "1.7.2"

#define MSG_ERROR(str) ShowError("Error",str)
#define MSG_LASTERROR(str) ShowError(str,strerror(errno))
Expand Down
1 change: 0 additions & 1 deletion src/droidcam-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ void wait_command() {

switch(buf[0]) {
case '?':
printf("DroidCamX Commands:\n");
printf("M: Horizontal Flip / Mirror\n");
printf("V: Vertical Flip\n");
printf("A: Auto-focus\n");
Expand Down

0 comments on commit 46610d5

Please sign in to comment.