aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-31 14:11:28 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-31 14:11:28 +0200
commitf6963e8221643daa152b0fe26886e327e1a7f8b3 (patch)
treea7d576783b4348f4d8de12f4097a1f762a19d1be
parent7132dba477242aaa6abe4a55d27ff0bc22fb0e17 (diff)
downloadexperiment-player-f6963e8221643daa152b0fe26886e327e1a7f8b3.tar.gz
renamed quickopen.c to quick-open.c
-rw-r--r--src/Makefile.am2
-rw-r--r--src/quick-open.c (renamed from src/quickopen.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3b1a088..0a0c32a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
AM_CFLAGS = -Wall
bin_PROGRAMS = experiment-player
-experiment_player_SOURCES = main.c quickopen.c format-selection.c \
+experiment_player_SOURCES = main.c quick-open.c format-selection.c \
experiment-player.h
experiment_player_CFLAGS = $(AM_CFLAGS)
diff --git a/src/quickopen.c b/src/quick-open.c
index 30f089d..30f089d 100644
--- a/src/quickopen.c
+++ b/src/quick-open.c