1
0
mirror of https://git.familie-radermacher.ch/linux/ptouch-print.git synced 2025-11-21 04:42:04 +00:00

fix compile warning

This commit is contained in:
Dominic Radermacher
2025-08-10 07:23:11 +02:00
parent d7d97eede8
commit ab80c721f6
6 changed files with 85 additions and 374 deletions

View File

@@ -26,8 +26,8 @@
#include <sys/stat.h> /* open() */
#include <fcntl.h> /* open() */
#include <time.h> /* nanosleep(), struct timespec */
#include <libintl.h> /* gettext() */
#include "gettext.h" /* gettext(), ngettext() */
#include "ptouch.h"
#define _(s) gettext(s)

View File

@@ -29,7 +29,6 @@
#include <locale.h> /* LC_ALL */
#include "version.h"
#include "gettext.h" /* gettext(), ngettext() */
#include "ptouch.h"
#define _(s) gettext(s)