summaryrefslogtreecommitdiffstats
path: root/term-utils/scriptreplay.c
diff options
context:
space:
mode:
authorKarel Zak2012-07-16 18:48:27 +0200
committerKarel Zak2012-07-16 18:48:27 +0200
commit5769a938b498e8a2a4c5457fbaeac93ff741b10f (patch)
tree3c1778fb5416c6f614490f5031a5a57cba5a2635 /term-utils/scriptreplay.c
parenttailf: fix compiler warning [-Wmissing-prototypes] (diff)
downloadkernel-qcow2-util-linux-5769a938b498e8a2a4c5457fbaeac93ff741b10f.tar.gz
kernel-qcow2-util-linux-5769a938b498e8a2a4c5457fbaeac93ff741b10f.tar.xz
kernel-qcow2-util-linux-5769a938b498e8a2a4c5457fbaeac93ff741b10f.zip
scriptreplay: fix compiler warning [-Wmissing-prototypes]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/scriptreplay.c')
-rw-r--r--term-utils/scriptreplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/scriptreplay.c b/term-utils/scriptreplay.c
index 9aa4783c0..46468be24 100644
--- a/term-utils/scriptreplay.c
+++ b/term-utils/scriptreplay.c
@@ -34,7 +34,7 @@
#define SCRIPT_MIN_DELAY 0.0001 /* from original sripreplay.pl */
-void __attribute__((__noreturn__))
+static void __attribute__((__noreturn__))
usage(FILE *out)
{
fputs(_("\nUsage:\n"), out);