Skip to content

Commit

Permalink
Merge pull request #1532 from phomes/trivial-fixes
Browse files Browse the repository at this point in the history
Trivial fixes
  • Loading branch information
zonque committed Oct 12, 2015
2 parents 0a41d91 + 2366ab3 commit 09ba85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/rfkill/rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ static const char* const rfkill_type_table[NUM_RFKILL_TYPES] = {
[RFKILL_TYPE_WIMAX] = "wimax",
[RFKILL_TYPE_WWAN] = "wwan",
[RFKILL_TYPE_GPS] = "gps",
[RFKILL_TYPE_FM] "fm",
[RFKILL_TYPE_NFC] "nfc",
[RFKILL_TYPE_FM] = "fm",
[RFKILL_TYPE_NFC] = "nfc",
};

DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING(rfkill_type, int);
Expand Down
1 change: 0 additions & 1 deletion src/shared/fstab-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#include "util.h"

bool fstab_is_mount_point(const char *mount) {
_cleanup_free_ char *device = NULL;
_cleanup_endmntent_ FILE *f = NULL;
struct mntent *m;

Expand Down

0 comments on commit 09ba85f

Please sign in to comment.