all: minor updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-05-08 16:05:03 +02:00
parent 08a72d5251
commit 900afd1c8c
17 changed files with 138 additions and 93 deletions
-4
View File
@@ -26,8 +26,6 @@
*/
#pragma once
#ifndef UPX_FILE_H__
#define UPX_FILE_H__ 1
/*************************************************************************
//
@@ -129,6 +127,4 @@ protected:
upx_off_t bytes_written = 0;
};
#endif
/* vim:set ts=4 sw=4 et: */