summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pref.h b/pref.h
index 16336f22f..f43c32084 100644
--- a/pref.h
+++ b/pref.h
@@ -19,9 +19,9 @@ typedef struct
} partial_pressure_graphs_t;
typedef struct {
- char *user_id;
char *access_token;
- char *album_name;
+ char *user_id;
+ char *album_id;
} facebook_prefs_t;
struct preferences {