diff options
| author | SND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-12 18:54:28 +0000 |
|---|---|---|
| committer | SND\dario86_cp <SND\dario86_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-12 18:54:28 +0000 |
| commit | a58cfdac407bc1d8fedc11acd924b275ba28cc51 (patch) | |
| tree | b4c2e08c34ef1bfe0ba947ef8eed931c9a43fc0e /plugins/dfcdrom/cdrcfg-0.1df/main.c | |
| parent | 9bdd06684bcc627c06ddcf4c406f6b48f0dfe389 (diff) | |
| download | pcsxr-a58cfdac407bc1d8fedc11acd924b275ba28cc51.tar.gz | |
Commited patch in issue #8171 (by darktjm).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom/cdrcfg-0.1df/main.c')
| -rw-r--r-- | plugins/dfcdrom/cdrcfg-0.1df/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfcdrom/cdrcfg-0.1df/main.c b/plugins/dfcdrom/cdrcfg-0.1df/main.c index 3d3b89b7..454a4e2d 100644 --- a/plugins/dfcdrom/cdrcfg-0.1df/main.c +++ b/plugins/dfcdrom/cdrcfg-0.1df/main.c @@ -27,7 +27,7 @@ GtkWidget *MainWindow; // function to check if the device is a cdrom -int is_cdrom(const char *device) { +static int is_cdrom(const char *device) { struct stat st; int fd = -1; @@ -78,7 +78,7 @@ int is_cdrom(const char *device) { // Are there any other common entry to add to the list? (especially scsi, I // deliberately ignored old non standard cdroms... ) // If you come up with a better method let me know!! -void fill_drives_list(GtkWidget *widget) { +static void fill_drives_list(GtkWidget *widget) { int i; GtkListStore *store; GtkTreeIter iter; |
