diff options
| author | 2012-06-11 08:00:48 +0000 | |
|---|---|---|
| committer | 2012-06-11 08:00:48 +0000 | |
| commit | f9f61e103ab2bd088092a91d5f74dfcfee70a9e2 (patch) | |
| tree | e91034b1321236c2bc494a4b57cd1c3cd2f35390 /src/lib | |
| parent | 5fb5795a274c0f44df632f9ac144f14a63b61bce (diff) | |
Clean-ups and version bumpmame0146u1
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/formats/esq16_dsk.c | 2 | ||||
| -rw-r--r-- | src/lib/formats/esq16_dsk.h | 2 | ||||
| -rw-r--r-- | src/lib/util/options.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/formats/esq16_dsk.c b/src/lib/formats/esq16_dsk.c index 8ed8681f836..56f93653fbd 100644 --- a/src/lib/formats/esq16_dsk.c +++ b/src/lib/formats/esq16_dsk.c @@ -3,7 +3,7 @@ formats/esq16_dsk.c Formats for 16-bit Ensoniq synthesizers and samplers - + Disk is PC MFM, 80 tracks, double-sided, with 10 sectors per track *********************************************************************/ diff --git a/src/lib/formats/esq16_dsk.h b/src/lib/formats/esq16_dsk.h index fb9fba94261..7c53babac6c 100644 --- a/src/lib/formats/esq16_dsk.h +++ b/src/lib/formats/esq16_dsk.h @@ -3,7 +3,7 @@ formats/esq16_dsk.h Formats for 16-bit Ensoniq synthesizers and samplers - + Disk is PC MFM, 80 tracks, double-sided, with 10 sectors per track *********************************************************************/ diff --git a/src/lib/util/options.c b/src/lib/util/options.c index 1144bb1202e..ea4d5af509f 100644 --- a/src/lib/util/options.c +++ b/src/lib/util/options.c @@ -575,7 +575,7 @@ const char *core_options::value(const char *name) const //------------------------------------------------- -// priority - return the priority of option +// priority - return the priority of option //------------------------------------------------- int core_options::priority(const char *name) const |
