forked from gphoto/libgphoto2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from gphoto/master
upstream sync
- Loading branch information
Showing
53 changed files
with
9,287 additions
and
2,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,8 @@ static char* enigma13_static_toc=NULL; | |
static int enigma13_about (Camera *camera, CameraText *about, GPContext *context) | ||
{ | ||
strcpy (about->text, _("Download program for Digital Dream Enigma 1.3. " | ||
"by <[email protected]>, and adapted from spca50x driver." | ||
"Thanks you, spca50x team, it was easy to port your driver on this cam! ")); | ||
"by <[email protected]>, and adapted from spca50x driver. " | ||
"Thank you, spca50x team, it was easy to port your driver on this cam! ")); | ||
return (GP_OK); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ | |
|
||
#include "config.h" | ||
|
||
#include <stdio.h> | ||
|
||
#include "dimagev.h" | ||
|
||
#define GP_MODULE "dimagev" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ | |
|
||
#include "config.h" | ||
|
||
#include <stdio.h> | ||
|
||
#ifdef ENABLE_NLS | ||
# include <libintl.h> | ||
# undef _ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ | |
|
||
#include "config.h" | ||
|
||
#include <stdio.h> | ||
|
||
#include "dimagev.h" | ||
|
||
#define GP_MODULE "dimagev" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ | |
|
||
#include "config.h" | ||
|
||
#include <stdio.h> | ||
|
||
#include "dimagev.h" | ||
|
||
#define GP_MODULE "dimagev" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.